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.

Print: Entry, ":CFBundleIdentifier", Does Not Exist

See original GitHub issue

I am running react-native run-ios and this is the error I am getting. Doing sudo beforehand does not fix the problem. Same with setting the permissions on the folder.

=== BUILD TARGET mobileTests OF PROJECT mobile WITH CONFIGURATION Release ===

Check dependencies

** BUILD SUCCEEDED **

Installing build/Build/Products/Debug-iphonesimulator/mobile.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
/Users/astiefel/workspace/bosspayments/mobile/node_modules/promise/lib/done.js:10
      throw err;
      ^

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

    at checkExecSyncError (child_process.js:470:13)
    at Object.execFileSync (child_process.js:490:13)
    at _runIOS (runIOS.js:91:34)
    at runIOS.js:24:5
    at tryCallTwo (/Users/astiefel/workspace/bosspayments/mobile/node_modules/promise/lib/core.js:45:5)
    at doResolve (/Users/astiefel/workspace/bosspayments/mobile/node_modules/promise/lib/core.js:200:13)
    at new Promise (/Users/astiefel/workspace/bosspayments/mobile/node_modules/promise/lib/core.js:66:3)
    at Array.runIOS (runIOS.js:23:10)
    at Object.run (/Users/astiefel/workspace/bosspayments/mobile/node_modules/react-native/local-cli/cli.js:86:13)
    at Object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:88:7)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:19 (2 by maintainers)

github_iconTop GitHub Comments

17reactions
ghostcommented, May 10, 2017

i tried all the above solutions nothing worked too, so sad

14reactions
huynhquocthaicommented, Jun 30, 2017

Xcode 8.2 still occur same error. Three lines bellow fixed it for me 😃 Downgrade react(16.0.0-alpha.12 -> 16.0.0-alpha.6) & react-native(0.45.0 -> 0.44.0) rm -rf node_modules/react npm i react@16.0.0-alpha.6 -S npm i react-native@0.44.0 -S Then run react-native run-ios

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 >
Build filled in xcode 12.4 Print: Entry, ":CFBundleIdentifier ...
Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does Not Exist error Command failed: /usr/libexec/ ...
Read more >
Entry, “:CFBundleIdentifier”, Does Not Exist | by Ananda
Entry, “:CFBundleIdentifier”, Does Not Exist ... An application bundle was not found at the provided path. Provide a valid path to the desired...
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 >
iOS : Print: Entry, ":CFBundleIdentifier", Does Not Exist
iOS : Print : Entry, ": CFBundleIdentifier ", Does Not Exist [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] iOS : Print:...
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