-
Notifications
You must be signed in to change notification settings - Fork 14
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
'NSInternalInconsistencyException', reason: 'You must override the supportedEvents
method of WEGN_RNFirebaseNotifications'
#1
Comments
@john1jan can you please provide more information on what action you are getting this error and how to reproduce it? |
@uzma-sayyed I am getting this error at runtime whenever I add WEGLicensecode in Info-plist. Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You must override the |
@uzma-sayyed thanks, I have tried this but nothing changed still getting the same error |
I also getting same error in Debug mode. Release mode works fine |
Can you please try solutions given in this thread? |
@uzma-sayyed the solutions in that thread suggests editing the module, I could try that by forking your repository but it wouldn't it be better you to update it ? Edit: By the way WEGWebEngageBridge.m already have |
I have created facebook/react-native#20687 in React native , In the meantime (To temporarily fix crash) you can define Hope this helps. |
Any updates ? It is still crashing on debug mode, I have to comment out WebEngage initialize code every time |
Hi @sercanov , Did you try the workaround shared in in comment above? Does it solve the issue for you in debug mode |
Hey @saumitrabhave
|
Facing the same issue , i have tried all the above mentioned solutions no success ,as this ticket is still open have you guys come up with any other solution? |
Hi, There is an open issue at facebook/react-native#21333 , I don't think we can do much here. Did you try adding the flag as Preprocessor Macro for eg. https://stackoverflow.com/questions/30080466/disable-assertions-while-testing |
I'm getting this as well. I've tried adding the debug flag & it still doesn't work. In my case it looks like However in my case, I'm NOT using the
|
This was a pretty complicated issue to debug & resolve. We have released a fix for this in WebEngage iOS SDK version 4.5.0 |
I am getting error with react-native (0.60.4) and WebEngage (4.9.9) Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You must override the |
@shafips Implement the steps mentioned on WebEngage Documentation for Disable Swizzling. |
'NSInternalInconsistencyException', reason: 'You must override the
supportedEvents
method of WEGN_RNFirebaseNotifications'Got this error when running on ios
The text was updated successfully, but these errors were encountered: