-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
iOS - 0.48.0 - Blank App Crashes At Launch #15762
Comments
I have the exact same problem. I have been losing my mind for the last few hours. I thought I was the only person in the universe with this problem. Hopefully this get fixed quickly. I need this working for a school project (and time is ticking away). |
Hey @cxgslegend - I had the same problem as well. I'm using a previous version while it gets resolved :)
|
same problem here |
@larenelg-tw, that worked like a charm! Thank you so much! |
Same problem pulling my hair out lol. |
wasted my 2 days. hope it will fix soon. |
Thank you, |
Same problem here. I really wish I looked at the Issues before spending the last 5 hours trying to fix it... |
I think i'm the only one :( |
Same problem here. |
The New version of react-native is carrying some bugs during js bundle and with gradlew assemblerelease downgrading the react version seems to be only option for right now. |
I have the same problem. I have tried 0.47.2, and 0.47.0 with rebuild and I continue to get the same error. I have uninstalled everything from RN to Xcode, hoping that maybe it was a setting that I changed along the way. If anyone has any suggestions as to why downgrading would not work, please let me know. |
Fixed by switching to 0.48.0-rc.1 as @fabriziogiordano noted previously. Thank You! |
Ran into the same problem last night so followed @larenelg-tw advice, downgraded to react-native 0.47.0 and that fixed the problem for now. Thanks! |
Same problem ! I'm now bald ! :( |
Same issue. Downgraded to 0.47.2. |
+1 |
Same issue, solution is downgrade or wait some fix :) |
This is my third days with a same problem. I almost give up learning React-Native. |
@usakc posted a fix here I tested it on a fresh blank app and not the iOS Simulator does not crash. |
React Native is the most extreme love & hate relationship I have. |
@larenelg-tw this is also proven to be stable for both ios and android |
Same problem here. |
Same problem for me also. |
I am with the same problem |
Use an earlier stable version like 0.44
On Mon, Sep 4, 2017 at 11:41 AM João Vítor Feitosa ***@***.***> wrote:
I am with the same problem
What solution?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#15762 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFKRdRDRp_k6EQp4wNhiIsVOEw8FCwtnks5se1VGgaJpZM4PKyXj>
.
--
Thanks,
G Varun Prasad Yadav
|
Same problem here with 0.48.0. I hope a fix will come soon. |
This is a bug with 0.48.0,I have the same problem.
|
Same problem here |
#15755 should fix it |
Since I am at the workshop already, I reverted the commit that caused this issue and released 0.48.2. Apologies for the issues, hope I didn't destroy everyone's Sunday 🔥 |
thanks for your monday morning fix :) |
Thanks ! |
@grabbou you mean 0.48.1. Or 0.48.2 coming soon? |
48.1 fixes that issue. Other fixes will land to 48.2
…On Mon, 4 Sep 2017 at 12:40 Srdjan Prpa ***@***.***> wrote:
@grabbou <https://github.com/grabbou> you mean 0.48.1. Or 0.48.2 coming
soon?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15762 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWcxvU0top5uFgywUX241AGjOb_TBZhks5se9OIgaJpZM4PKyXj>
.
|
Finally, it's a real bug. Waste too much... |
@grabbou you said you released 0.48.2? But i don't see that in the releases? https://github.com/facebook/react-native/releases Please clarify, thx |
Not yet. I just said all remaining cheery picks will land in next release,
which is 48.2 that will happen later this week.
…On Mon, 4 Sep 2017, 14:54 Alex Vallejo, ***@***.***> wrote:
@grabbou <https://github.com/grabbou> you said you released 0.48.2? But i
don't see that in the releases?
https://github.com/facebook/react-native/releases Please clarify, thx
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15762 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWcxk9FECCvne06vyriBZkU4fYZ38_oks5se_MXgaJpZM4PKyXj>
.
|
Thanks @grabbou I was going a little crazy last night :) |
having a same issue with 50.0 |
Seem to have the same issue on 50.1 |
Same issue in |
Same issue on 0.55.4. Seems only to happen on iPhone X. |
Any Update on this issue on iPhoneX |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.48.0node -v
: v8.3.0npm -v
: 5.3.0yarn --version
: 0.27.5Then, specify:
Steps to Reproduce
(Write your steps here:)
react-native init --version 0.48.0 test
cd ./test
react-native run-ios
Here the command line log:
https://gist.github.com/fabriziogiordano/2952ea25e10dfc10d13e5fd8ca9f9690
Expected Behavior
The App does not crash on launch and the JS is bundled.
Actual Behavior
The App does crash on launch and the JS is bundled.
Reproducible Demo
React Native 0.48.0-rc.1 does not throw such error and works as expected.
I am assuming that something in here v0.48.0-rc.1...v0.48.0 is causing the issue.
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: