I created a new application:
$ react-native init myapp
Then tried to start it in ios:
$ react-native run-ios --port=9999
Got the following error message:
No bundle URL present
My React-native version is 0.60.3. But I have no problem to run my app for android by:
$ react-native run-android --port=9999
And I also have no problem to run myapp in previous react-native version 0.59.9.
Any idea?