You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xhlwill
changed the title
react-native get started demo didn't work
react-native get started demo didn't work, print ":CFBundleIdentifier", Does Not Exist
Dec 22, 2016
I found this issue may come out if 8081 port is occupied(In my case it is occupied by McAfee).
Run command sudo lsof -i :8081 to check which process has token the 8081 port.
Or you can run react-native run-ios --port 8082 to specify another port.
I run command 'react-native run-ios' in the latest react-native-cli@1.2.0, but this error keep showing
the full error log is here.
The text was updated successfully, but these errors were encountered: