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 get started demo didn't work, print ":CFBundleIdentifier", Does Not Exist #6

Open
xhlwill opened this issue Nov 26, 2016 · 4 comments

Comments

@xhlwill
Copy link
Owner

xhlwill commented Nov 26, 2016

I run command 'react-native run-ios' in the latest react-native-cli@1.2.0, but this error keep showing

...
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/AwesomeProject.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

the full error log is here.

@xhlwill
Copy link
Owner Author

xhlwill commented Nov 26, 2016

and error

error: use of undeclared identifier 'UIUserInterfaceIdiomCarPlay'; did you mean 'UIUserInterfaceIdiomPad'?

@xhlwill
Copy link
Owner Author

xhlwill commented Nov 26, 2016

finally I read this issue, and it's solved after I upgraded Xcode from 7.2 to 8.1, curious about why?

@xhlwill xhlwill closed this as completed Nov 26, 2016
@xhlwill 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
@xhlwill xhlwill reopened this Dec 22, 2016
@scurlyhair
Copy link

this issue might be help:
facebook/react-native#14423

@phasedarray
Copy link

phasedarray commented Aug 14, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants