-
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
React Native App Crash when in Production #23258
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
Same issue here :(. With RN .57.1, .57.8. With latest version i'm another error with jsiexecutors :/ |
@peterfei do you use Pods in your project? |
I've had a similar issue, production only that crashes on launch. I have a workaround described in this issue, it might be worth trying. |
I had that issue. It was due Podfile: the dependiencies in Podfile already were in "Build Phases". |
Just to set expectations, we rarely track individual crashes in this repository, with the exception of reports where there are clear repro steps (i.e. a small sample project that shows the crash). As it happens, debugging individual crashes in any particular application is something that is very likely out of reach for any one in this repo other than yourself. |
Description
When I'm testing my app on develop mode, everything is ok, Everything was running fine, however during the review, Apple rejected the update because the app crashed on boot. Here are the meaningful lines the report:
Environment
[skip envinfo]
Any tips/suggestions are greatly appreciated,thanks a lot !
The text was updated successfully, but these errors were encountered: