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

Entry, ":CFBundleIdentifier", Does Not Exist #46

Closed
arashbi opened this issue Nov 2, 2016 · 9 comments
Closed

Entry, ":CFBundleIdentifier", Does Not Exist #46

arashbi opened this issue Nov 2, 2016 · 9 comments

Comments

@arashbi
Copy link

arashbi commented Nov 2, 2016

Checkedout from repo, ran npm install and link.
Error message while running application:
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

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

@web-jenezis
Copy link

Got the same error when tried to built project:

** BUILD FAILED **


The following build commands failed:
    CompileC /Users/jenezis/sites/native-starter-kit/ios/build/Build/Intermediates/RCTWebSocket.build/Debug-iphonesimulator/RCTWebSocket.build/Objects-normal/x86_64/RCTSRWebSocket.o RCTSRWebSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/NativeStarterKit.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

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

@SupriyaKalghatgi
Copy link
Collaborator

@arashbi @web-jenezis Can I know which version of Xcode you are working with?

@randytorres
Copy link

Same issue for me and I'm using Xcode 8.1

** BUILD FAILED **

The following build commands failed:
CompileC /Users/randytorres/Downloads/native-starter-kit-master/ios/build/Build/Intermediates/RCTWebSocket.build/Debug-iphonesimulator/RCTWebSocket.build/Objects-normal/x86_64/RCTSRWebSocket.o RCTSRWebSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/NativeStarterKit.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

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

@pranavrajs
Copy link

Same issue here with Xcode 8.1

@pranavrajs
Copy link

Upgraded RN version to 0.36.0. Did react-native upgrade and react-native link. Now issue is solved.

@SupriyaKalghatgi
Copy link
Collaborator

@randytorres Did you try deleting Custom Compiler Flags in Xcode?

@randytorres
Copy link

@SupriyaKalghatgi No not sure how to do that. I tried what @pranavrajs recommended but its still not working

@SupriyaKalghatgi
Copy link
Collaborator

@randytorres Check here

@SupriyaKalghatgi
Copy link
Collaborator

@randytorres Did you got it running?

Also NSK 5.2.1 has been released.

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

No branches or pull requests

5 participants