Eject leads to wrong bundle identifiers
See original GitHub issueDescription
I ejected and my bundle identifiers were wrong.
Expected Behavior
Would be nice if the whole project had the right bundle identifier after an eject.
Observed Behavior
I got the wrong bundle identifiers.
I still built, but when I added the Facebook SDK for iOS, the builds started failing.
I had to set the bundle identifier manually in xCode. In some places in the Info.plist
there was still a com.facebook.REACT.example
(I made an example project) instead of the one I set in xCode.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
how to remove Identifiers | Apple Developer Forums
Is that possible to remove completely the app and the bundle identifier? ... I've deleted the app from Apple Connect, but cannot remove...
Read more >Wrong BundleIdentifier being used during “generating ...
In short: the generated export_options.plist file which is used for exporting the .ipa contained the wrong Bundle Identifier.
Read more >ios - Universal Link opens wrong bundle ID - Stack Overflow
Universal Link opens wrong bundle ID · Bizarre as this seems, it sounds like iOS is somehow conflating the entitlements between DY74R9XXXX.com.
Read more >Mac OS Submission Errors Due to Plug In Bundle Identifier
Right click on the .app file and click show package contents, locate the info.plist file and update the CFBundleIdentifier string to your ...
Read more >Error 0x87D13BA2 deploying a macOS LOB app in Intune
Fixes the 0x87D13BA2 error when you deploy a macOS LOB app that contains multiple components ... One or more apps contain invalid bundleIDs....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Eject with ExpoKit or normal eject?
@tomcrusader - more about this in the readme: https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md