-
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
React native 0.57.3 broken after the powered by screen in ios #21926
Comments
I suggest you try running the Xcode 10 workaround written here https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#known-issues |
Isn't this the same issue we have been following here? #21741 |
@nisharafic could you please confirm the following symptoms? Steps to reproduce: react-native init whatever
cd whatever
react-native run-ios At that time, the project starts building and towards the end of it, you either do not get the metro bundler running or the metro bundler starts packaging and gets stuck at some point (in my case, it does it at times around 90% and other times around 75%... it depends on the number of dependencies). If you have this issue, that is an xcode 10 issue we have been reporting for a while under the "react native is broken for 0.57.x and xcode 10" Now... one of the steps I have found it works is, to kill or terminate all the node process (like mtro bundler) and start again calling If this is not your case, please supply the steps to reproduce (so somebody can follow these steps). |
@rodrigoelp this is the same problem I have (it gets stuck at 98%) but I am on xcode 9.4.1 and RN 0.57.4. In the other thread you referenced, there is a fix for xcode 9.4.1 that does not work for me: None of the other fixes work for me either (letting xcode index the app, building in xcode, clearing cache and running with Unfortunately I don't have any further information at the moment to help with debugging this and finding a solution. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
React Native Environment Info:
System:
OS: macOS 10.14
CPU: x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
Memory: 918.54 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.7.0 - /usr/local/bin/node
npm: 5.6.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
IDEs:
Description
I have a issue when i run react-native ios app. it get closed after the splash screen shows in ios. android works fine. this happen after i updated to xcode 10. can you please help me what cause this issue. is there any setting need to be enable from xcode side.
The text was updated successfully, but these errors were encountered: