-
Notifications
You must be signed in to change notification settings - Fork 98
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
Undifined is not an object (evaluvating RNXMPP.PLAIN) (ios) #100
Comments
+1 same for me |
I am getting the same error in Android. I am using the react-native: 0.56.0. Error: undefined is not an object (evaluating 'RNXMPP.PLAIN') I have confirmed that linking is done. but still the issue is not resolved. Please help |
same error for me... |
I'm getting same error. please help |
My issue has been resolved in iOS. Just open Xcode and import RNXMPP.h to AppDelegate. Then fix all errors. I think there is error in Native code so NativeModules can not be loaded. |
I solved it when I removed the use_frameworks! from the podfile |
Hey guys. Did any one solved this issue ? |
Any update fot Android? |
"react-native": "^0.44.0"
cocoapod version 1.5.3
i am unable to fix it it is still issue
The text was updated successfully, but these errors were encountered: