Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no known class method for selector 'openMessengerFrom:completion:' #15

Open
airowe opened this issue Mar 11, 2024 · 1 comment
Open

Comments

@airowe
Copy link
Contributor

airowe commented Mar 11, 2024

After upgrading to 1.8.5, I'm getting an error attempting to call open messenger from a controller.

Dixa/RCTDixaMessengerModule.m:24:14: no known class method for selector 'openMessengerFrom:completion:'

[Messenger openMessengerFrom:controller completion:nil];

@yakupdurmus
Copy link

I face it this issue,

I solved it by fixing the pod version.

pod 'DixaMessengerKit', :git => 'https://github.com/dixahq/ios-messenger', :tag => '1.8.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants