[Master Task] Print: Entry, ":CFBundleIdentifier", Does Not Exist
See original GitHub issuePlease see #21303 to understand why you’re running into this
(Edited by @hramos - the original issue text has been replaced with a description of the problem)
Description
This issue describes a class of failures where the iOS build fails with the following output:
Print: Entry, ":CFBundleIdentifier", Does Not Exist
This error message is a red herring as the problem is not actually caused by a missing :CFBundleIdentifier
entry. What this output means is that your iOS project could not be built successfully.
If you are encountering this issue, please try the following:
- Upgrade to the latest React Native release.
- Upgrade to the latest Xcode version.
- Read through the Getting Started guide if you haven’t in a while, and make sure your development environment is up to date.
- Try building your project again.
If none of these resolve your issue, please read through this thread to learn about what has worked for others. Please refrain from adding “me too” comments unless you have material information that contributes to others’ solutions.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:159
- Comments:134 (16 by maintainers)
Top Results From Across the Web
ios - Print: Entry, ":CFBundleIdentifier", Does Not Exist
Open Project in Xcode. If Xcode > 9 run command react-native upgrade (this overwrites all your iOS configurations, use with caution!) then.
Read more >Entry, “:CFBundleIdentifier”, Does Not Exist | by Ananda
An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does...
Read more >relation "silk_request" does not exist - You.com | The AI ...
This "silk" error probably generated by django-silk package. Guess that if this name doesn't anything to you, the easiest solution for you would...
Read more >A brand new website interface for an even better experience!
[Master Task] Print: Entry, ":CFBundleIdentifier", Does Not Exist.
Read more >10月2017 - King 學習前端之人生
[Master Task] Print: Entry, ":CFBundleIdentifier", Does Not Exist #14423 https://github.com/facebook/react-native/issues/14423
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
After trying absolutely everything in this tread and this one https://github.com/facebook/react-native/issues/7308 I still kept getting the same issue on: react-native-cli: 2.0.1 react-native: 0.45.1
My build process would just error out and stop, giving me:
I then deleted the
ios/
andandroid
/ folders and didreact-native eject
then triedreact-native-git-upgrade
for the thousand time, and it worked!My fix was a match of some of the above mentioned solutions:
rm -rf node_modules && rm -rf ~/.rncache && yarn