-
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
can not run Examples #541
Comments
sorry, I run a project in /learn/HelloReact before. I stop that service. It's fine now |
@blueken If you fix your own problems, please close the issue. Thanks :) |
Interested on how this was resolved. Where can I stop the service. |
@kujohn it's the node server running in terminal as a background worker. stop that and rebuild should be working. |
Cannot find entry file in any of the roots: index.ios.js |
@kujohn do |
Thanks @zxiest ! |
I open the /users/bob/documents/learn/github/react-native/Exapmples/SampleApp.xcodeproj , click run , got message below:
cannot find entry file Exapmles/SampleApp/index.ios.js in any of the roots: ["/users/bob/documents/learn/HelloReact"]
why did react native find index.ios.js in other folders? how to correct it to /users/bob/documents/learn/github/react-native/Exapmples/ ?
The text was updated successfully, but these errors were encountered: