dixahq / dixa-messenger-react-native-demo

This is the Dixa messenger React Native Demo
Apache License 2.0
1 stars 1 forks source link

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

Open airowe opened 6 months ago

airowe commented 6 months ago

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 commented 4 months ago

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'