-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Print: Entry, ":CFBundleIdentifier", Does Not Exist #7786
Comments
have a look at this, maybe there is a solution for you |
@ms88privat Those solutions there haven't helped. I tried them |
Worked after upgrading XCode to 7.3.1 |
Strange.
But if you run
Is not exist /build/Build on my AwesomeProject IOS. node v6.2.2 |
I fixed with #7308 (comment) |
I fixed it with #7308 (comment) |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/print-entry-cfbundleidentifier-does-not-exist Product Pains has been very useful in highlighting the top bugs and feature requests: Also, if this issue is a bug, please consider sending a pull request with a fix. |
i tried all the above solutions nothing worked The following build commands failed: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/WS1.com.app/Info.plist |
+1 same error as @abuammar |
Yea same error. Ive upgraded everything I can think of from my OS to XCode. I'm not on the latest macOS and XCode. Same error as everyone else |
i tried all the above solutions nothing worked too, so sad |
I had the error:
I found the issue: do NOT use space in your project path! |
Xcode 8.2 still occur same error. Three lines bellow fixed it for me :) |
@huynhquocthai thx😁 |
@huynhquocthai u da man! Thx! |
As @florismettey said, I was using a space in my product name. Open your project and select your target. It should work after that. |
Just open your Xcode |
Duplicate of #14423 |
After I have spent a whole day trying to follow every possible suggestion, I took a detailed look on my terminal finally ! :) So here is what was my problem: Above :CFBundleIdentifier", Does Not Exist error i had another one that stated that lRCTBEEPickerManager module was not able to install, so I open my Xcode project => Build phases= > Link Binary with Libraries I removed the stated module (lRCTBEEPickerManager) and error was gone. Hope this will help someone. |
I am running
react-native run-ios
and this is the error I am getting. Doingsudo
beforehand does not fix the problem. Same with setting the permissions on the folder.The text was updated successfully, but these errors were encountered: