question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

":CFBundleIdentifier", Does Not Exist

See original GitHub issue

We use GitHub Issues for bugs.

If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native

If you have a feature request, post it on Product Pains: https://productpains.com/product/react-native/

— Please use this template, and delete everything above this line before submitting your issue —

Description

react-native run-ios then:

Installing build/Build/Products/Debug-iphonesimulator/pizza.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

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

Additional Information

Version: react-native 0.42.0 trouble in iOS, android works fine OS: MacOS 10.12.3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:10
  • Comments:29 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
ghostcommented, Mar 6, 2017

Experiencing the same issue on 0.42.0

4reactions
Kureevcommented, Apr 12, 2017

I was looking around for any solution and found this thread. Maybe https://github.com/facebook/react-native/issues/7308#issuecomment-219597774 can help you solving this issue.

I propose to keep all discussions about :CFBundleIdentifier errors in one thread. Therefore, closing this issue in favor of https://github.com/facebook/react-native/issues/7308

Read more comments on GitHub >

github_iconTop Results From Across the Web

ios - Print: Entry, ":CFBundleIdentifier", Does Not Exist
The Print: Entry, ":CFBundleIdentifier", Does Not Exist message just indicates your project failed to compile or link. You'll need to go back through...
Read more >
Entry, ":CFBundleIdentifier", Does Not Exist · Issue #29976
It is looking for a file name that does not exist so it fails. It does work fine when running in Xcode. I...
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. ... And do not...
Read more >
iOS : Print: Entry, ":CFBundleIdentifier", Does Not Exist
iOS : Print: Entry, ": CFBundleIdentifier ", Does Not Exist [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] iOS : Print: Entry, ......
Read more >
React Native: Print: Entry, ":CFBundleIdentifier", Does Not Exist |
... build/Build/Products/Debug-iphonesimulator/MYAPP.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found