-
Notifications
You must be signed in to change notification settings - Fork 665
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
Crash on release build #417
Comments
What is the crash log? |
|
I have no idea, but there is something you can try.
|
may be, the problem can fixed by this comment. |
which one?
|
at this line. sory, i mean is on your chartbase.js. :-) |
I had the some problem when I run react-native run-ios --configuration= Release |
error content :com.facebook.react.JavaScript (8): EXC_BAD_ACCESS (code=2, address=0x1108b0660) |
try latest master branch. |
Yes ,it is latest 0.5.0,Only crash on release .Help me please! |
You can build a demo ,add this library ,and running on release mode. |
I mean master branch, not 0.5.0 the master branch is not released yet |
I'am Sorry ! It's do't work ! |
I send an email to your gmail.Please check and accept! |
Example on master branch works fine for me.
Try
|
I'm so sorry! I try again , it's realy don't work! you can try run my demo !https://github.com/wublack/ChartsDemo |
I known reason !when this library using with TextInput in the project .the release crash arisen! |
But i don't hnown how to solve! |
#406 solve my problem !Thank you very much!Thank you! |
@wuxudong I follow your step by step and the problem still persist. I'm stay work in solution of this problem my setup
|
I tested the android module https://github.com/PhilJay/MPAndroidChart/releases in the following versions v3.0.3 -> Success when generating and running the app-release The above projects were executed in android studio. Everything has to happen that the problem is in the wrapper of the module react-native-charts-wrapper |
Good news! I upgraded my project to react-native 0.57.5 react-native-git-upgrade and then I followed the step by step #417 (comment) . And my project came back to life! Now works perfectly in release mode. |
After doing this, I was unable to open the developer menu while running the react-native run-ios command. |
step to reproduce the problem:
udpate App.js like on the guide
update package.json like on the guide
create ios/Podfile
install pod :
cd ios && pod install
create brigde header with creating empty swift file.
set team apple developer.
and finally to test:
i can
react-native run-ios
as debug perfectly, but when ireact-native run-ios --configuration= Release
, the app is hang up or force close after 1-3 second!.The text was updated successfully, but these errors were encountered: