-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
React Native 0.55.0 CFBundleIdentifier error after fixing metro port #18687
Comments
Same issue here... |
I meat the same error, I try to use react-native 0.54.0, it run well. |
same issue |
Same issue here |
Same issue |
1 similar comment
Same issue |
same issue |
First off, PLEASE don't pollute the issue with useless 'same issue' comments. There are the reactions for indicating that this issue is present. That said, please don't use 0.55.0 because it ships with the wrong version of React. We are going to release soon a new version. Aside from all of this, also consider cleaning up your XCode Build and Derived Data and pod cache. |
This issue has been around for a while, please search for a solution here: https://github.com/facebook/react-native/issues?q=is%3Aissue+CFBundleIdentifier+is%3Aclosed, this one in particular: #14423 In my case, opening project with Xcode and hitting "Run" manually fixes the issue. |
Thank you @angly-cat! Reverting this commit is the solution for react-native 0.55.0 install pb! Plo4ox@8b43d81 |
Yeah, that's another issue, @tevatahiti. However, you can work around it by launching simulator once via Xcode. At least it's something. |
Okies, this ended up being a real issue! Anyway, PR is in progress and I got this fixed in 0.55.1 which is coming out in a second :) |
@grabbou: I just upgraded to
|
@wouterds Did your build succeed? |
Try cleaning the Xcode project, then the build folder, then the DerivedData folder, then the pod cache, then run again pod install. |
I am getting this error on both 0.55.2 and 0.54.4 version of react-native. The following build commands failed: (1 failure) Installing build/Build/Products/Debug-iphonesimulator/newproject.app Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/newproject.app/Info.plist I have tried changing path in xcode from default build/* to build/Build/* and verified info.plist. Can you please tell me what could be wrong? |
@saranshjain1 I'm not sure if you fixed it yet, but it looks like you need to make sure that your metro bundler is starting properly? If you run |
Same issue here
|
Experiencing an identical issue to @dbnex14 with .4 patch: |
Since this is a new version/ compilation error I've moved to new issue #19218 |
That is correct. While this but is closed for some reason, same version 0.55 (which is latest stable version according to https://facebook.github.io/react-native/versions.html) has same issue. Not sure why it was closed? |
So, has this issue been closed or under another issue? I am also having the same exact problem with 0.55.4. |
We added
|
|
+1 Removing /ios and subsequently running "react-native upgrade" did not work. |
Absolutely not, that's first thing I tried
No that will not solve this issue
…On Sat, Jun 23, 2018, 12:34 Anton Rusinov, ***@***.***> wrote:
react-native upgrade worked for me
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18687 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIWZ3wkjYw6zV3X7hhdmHLGzRCOGNFO_ks5t_phigaJpZM4TGTby>
.
|
Could you try the following and try again? rm -rf ios android
react-native eject
git checkout ios android |
Hi Guys, any luck with this. I have been struggling for last four days and none of the solutions worked for me :(. **Skipping bundling in Debug for the Simulator (since the packager bundles for you). Use the FORCE_BUNDLING flag to change this behavior. ** BUILD SUCCEEDED ** Installing build/Build/Products/Debug-iphonesimulator/brooklynz.app version: |
CFBundleIdentifier is a false error that shadows the underlying cause. We have fixed the error reporting in latest React Native. Please submit the original issue. Closing this conversation meanwhile. |
React native gives the classic CFBundleIdentifier Does Not Exist error on new project in 0.55.0
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 9.10.1
Yarn: 1.5.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.1 AI-173.4670197
Packages: (wanted => installed)
react: ^16.3.0-alpha.0 => 16.3.1
react-native: 0.55.0 => 0.55.0
Steps to Reproduce
react-native init prototype
cd prototype
ref #18681 - perform this edit to the runIOS file so you can start metro bundler.
react-native run-ios
Expected Behavior
Sim starts, app is displayed
Actual Behavior
I get the above error.
Note that downgrading to react-native 0.52.0 and running the above commands gives no problems at all.
The text was updated successfully, but these errors were encountered: