-
-
Notifications
You must be signed in to change notification settings - Fork 348
iOS App Crashing with libsystem_kernel.dylib`__pthread_kill #546
Comments
Sounds nasty, you mean that your entire app is
Or that removing that code removes the culprit? Is it the only place where you use decorators or mobx? Does using Might relate to mobxjs/mobx#1708 ? Does downgrading the react-native version help? |
@mweststrate it is part of the store initiator
index.js
store.js
And in my main component i have a basic static view, noting else. When removing the DocSearch from the execution all working fine, so my assumption it has to do something with mobx. `` It did not..
|
@mweststrate any luck with this issue? |
I have created a repo with the reproducible scenario. https://github.com/fahidmohammad/mobx-issue-546 Steps:
Note: make sure to run the app in release mode to see the crash, debug mode everything is fine. |
@fahidmohammad can't reproduce it as I don't have a Mac. Hopefully someone else can. Did you already trying downgrading RN one or a few versions? At this moment I suspect it is a 0.56 specific issue only |
Hmm seems fixed if I read the other threads correctly? Would you mind linking to the comment that best describes the solution, for anyone running into this in the future? (You can click the date on a comment to get a link to it) |
@mweststrate i have followed this Mobx-Fix-RN-0.56.0 approach and its working fine. #oblador/react-native-vector-icons#801 (comment) |
@mweststrate any suggestion for this issue? Mobx + React Navigation |
Closing as work around is provided |
Issue:
After installing the release app and when try to launch, the application is crashing after the launch screen.
Below is the piece of code which is causing the error.
The issue is only reproducible in release mode, but not in Debug mode.
App Log:
My Package.json File:
The text was updated successfully, but these errors were encountered: