-
Notifications
You must be signed in to change notification settings - Fork 375
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
App crash in iOS when app load first time #691
Comments
Hi @kartavyaparekh96 can you post the stacktrace please? |
#0. Crashed: com.apple.main-thread -- #0. Crashed: com.apple.main-thread #1. com.apple.uikit.eventfetch-thread #2. com.apple.NSURLConnectionLoader #3. com.squareup.SocketRocket.NetworkThread #4. Thread #5. com.twitter.crashlytics.ios.MachExceptionServer #6. com.apple.CFStream.LegacyThread #7. Thread #8. Thread #9. Thread #10. Thread #11. Thread #12. Thread #13. com.facebook.react.JavaScript #14. WTF::AutomaticThread #15. WTF::AutomaticThread |
@kartavyaparekh96 I’m not seeing our SDK in this stacktrace, what leads you to believe it’s caused by our SDK? In my experience memory corruption bugs like this can be extremely tricky and it’s entirely possible it’s being caused by our SDK even though it doesn’t show up in the stacktrace. But that said I’d like to hear some more details. If it were our SDK I’d expect to be hearing more reports of this. |
@kartavyaparekh96 Hello! Have you managed to fix this bug ? I'm testing my app and it works great even in the iOS simulator but when i release to the testflight it crashes 1~2 times and then never more.. I can't even get a stack trace to check this.. |
Actualy after some more tests, it seems to break when i set up the eventListeners, Am i missing something ?
I've tried to put the "addEventListener()" inside the componentWillMount and inside componentDidMount .. neither works.. Edit:
|
Android works Perfectly but in iOS when first time app open then crash and in fabric gives above instruction
Thank you
The text was updated successfully, but these errors were encountered: