-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
RCTUtils crash on JSONKit #7055
Comments
it may be JsonKit's Problem, try to replace the following two code lines in JSONKit.m and line 2811 reference here: |
Well, @fragno thanks for your help. |
@fragno the replacement from *((void **) to object_getClass works after I upgraded RN 0.33 to 0.35 |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
Hi,guys:
I'm integrating ReactNative to an existing iOS app which has contained POD package
JSONKit', '~> 1.4'
in it. And it callsRCTUtils
crash whenRCTBridge
init. But if I comment the code below inRCTUtils.m
, then my app can runs well.Here is the crash call stack
The text was updated successfully, but these errors were encountered: