Skip to content
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

Closed
nisharafic opened this issue Oct 24, 2018 · 6 comments
Closed

React native 0.57.3 broken after the powered by screen in ios #21926

nisharafic opened this issue Oct 24, 2018 · 6 comments
Labels
Bug Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@nisharafic
Copy link

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.

image

@nisharafic nisharafic changed the title React native broken after the powered by screen in ios React native 0.57.3 broken after the powered by screen in ios Oct 24, 2018
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Oct 24, 2018
@kelset
Copy link
Contributor

kelset commented Oct 26, 2018

this happen after i updated to xcode 10.

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

@rodrigoelp
Copy link

Isn't this the same issue we have been following here? #21741

@rodrigoelp
Copy link

@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 react-native start --reset-cache... eventually this gets it to work and you can continue working.

If this is not your case, please supply the steps to reproduce (so somebody can follow these steps).

@MrHubble
Copy link

MrHubble commented Nov 2, 2018

@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:

screen shot 2018-11-02 at 5 21 26 pm

None of the other fixes work for me either (letting xcode index the app, building in xcode, clearing cache and running with --reset-cache).

Unfortunately I don't have any further information at the moment to help with debugging this and finding a solution.

@stale
Copy link

stale bot commented Aug 2, 2019

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 2, 2019
@stale
Copy link

stale bot commented Aug 9, 2019

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.

@stale stale bot closed this as completed Aug 9, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

6 participants