-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Error: "react-native run-ios" not working even for sample apps, AwesomeProject #9391
Comments
@bluej-21 do you have watchman installed? |
yes, I do. Also it seems like the packager is running, it'll display the "start" messages on the packager but it doesn't seem to display the "end" messages. |
I also am having trouble running the AwesomeProject example. I've looked through every Github/Stack solutions and none of them work. Using fresh installs of literally everything. :CFBundleIdentifier does not exist Please advise! |
For me everything is working fine. Or the hard way with reinstalling everything and restarting watchman also: Is network working well? Can you open the index.js-File in your browser? Anyhow, let's compare versions: within the Project after "react-native init AwesomProject":
XCode Version 7.3.1 (7D1014) |
I've run into this issue since upgrading to Xcode 8. |
I'm on Xcode 8 and I haven't seen this problem yet. Is it still causing troubles for people? |
I have a similar problem. I don't get an error; instead it just hangs. Nothing happens. Only since upgrading Xcode and OSX UPDATE: |
Earlier today watchman was not reloading my JS when I made changes. Tried fresh install of watchman, react-native-cli, rebooting, etc. Now I’m experiencing a similar issue to @ostigley . In my current react native project when I run Tried creating a new project with @itinance I tried running node node_modules/react-native/local-cli/cli.js start --reset-cache, and this hangs as well. Tried running So something seems to be wrong with my watchman. I might be related to the Xcode and or OS update (recently updated to macOS 10.12.1 and Xcode 8), but not sure.
Any ideas? |
@blackburnian I found the problem was with watchman. Fixed it here: |
I tried many github examples but non of them is working with latest react native installation, but my own made projects are working fine |
@vikrampanwar get same issue, have u update your node to node 8? |
Let's merge this into a more recent issue, for clarity. |
Duplicate of #14447 |
Duplicate of #14423 |
I'm using a Macbook air to test run some application for ios. the react-native run-ios does not seem to work appropriately as I always get the "unable to connect to server... do npm start" error message as soon as I open up the app on the emulator.
I've tried this again for facebook's example app, AwesomeProject and I still got the same error.
The react-native version I am using is 0.30.0 and the react-native-cli is 1.0.0
The text was updated successfully, but these errors were encountered: