Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cormac-work/b717b02f1a8c07847612303a1b708b49 to your computer and use it in GitHub Desktop.
Save cormac-work/b717b02f1a8c07847612303a1b708b49 to your computer and use it in GitHub Desktop.
Print: Entry, ":CFBundleIdentifier", Does Not Exist issue
I just merged several related issue. Let's avoid opening new issues for the same error message for now. It seems like the preferred workaround at this time is to do the following:
``rm -rf ~/.rncache``
``react-native run-ios``
Wait for the last command to finish in its entirety. You should see several messages that follow this format: curl: Saved to filename 'glog-0.3.4.tar.gz'. Do not press CTRL+C to kill the process.
Thanks to @jjerryhan for arriving at the above list of steps (see Handling third party build error on React Native for an explanation behind why some people may end up in this state).
I believe I saw some PRs land recently that may deal with this particular issue, but I'm not 100% sure. I'll come back and update this issue with my findings.
To aid in the investigation, please refrain from adding "me too" comments unless you have new information to share.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment