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

ios/build/Build/Products/Debug-iphonesimulator/weareopen.app Print: Entry, ":CFBundleIdentifier", Does Not Exist #605

Closed
dylan-dinh opened this issue Jan 17, 2019 · 4 comments

Comments

@dylan-dinh
Copy link

Steps to Reproduce

After following the github iOS guide, I tried to run the app on my iPhone X emulator (react-native run-ios --simulator="iPhone X) without including any code referring to GoogleSignIn and I run into those 3 errors by chronological order :

`Ld build/Build/Products/Debug-iphonesimulator/weareopen.app/weareopen normal x86_64
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/weareopen.app
An error was encountered processing the command (domain=IXErrorDomain, code=13):
Failed to get bundle ID from /Users/dydoux/we_are_open/we-are-open/ios/build/Build/Products/Debug-iphonesimulator/weareopen.app
Print: Entry, ":CFBundleIdentifier", Does Not Exist`

then

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

and then

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

at checkExecSyncError (child_process.js:603:11)
at Object.execFileSync (child_process.js:621:13)
at Promise.then (/Users/dydoux/we_are_open/we-are-open/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)`
** BUILD FAILED **

Just so you know, when I open my Xcode proj, under the info panel I can see my BundleIdentifier.
When I go through my Info.plist , the string BundleIdentifier is right there.

link to the repo to reproduce the errors : https://github.com/dylan-dinh/testIssueGoogleSignIn

you just need to npm install and react-native run-ios because I am currently testing only for iOS.
The last cmd might take a while so don't worry.

Expected Behavior

thought that once I followed the instruction I could use the GoogleSignIn button COMPONENT but it seems that I can"t even try to use it because it is crashing when I try to build.

Actual Behavior

Actual behavior is when I type react-native run-ios, those 3 errors occur.

Environment

Please provide the version of your

react-native-cli: 2.0.1
react-native: 0.57.1
In my node_modules, react-native-google-signin package.json version is : 1.0.2
In my Podfile.lock : COCOAPODS: 1.5.3 in same file veriosn of google sign in is the same as above so 1.0.2

@dylan-dinh
Copy link
Author

Hello again,

is anyone have a clue about this issue ?
I want to add that I ran into these errors as soon as I finished the setup guide for react-native-google-signin.

thanks in advance

@vonovak
Copy link
Member

vonovak commented Feb 1, 2019

sorry, I dont have time to get into this, but react-native-community/cli#139 might help

@praveen-wal
Copy link

Hey @dylan-dinh,

Did you find what was the issue about?

@vonovak
Copy link
Member

vonovak commented Sep 26, 2019

closing for inactivity, please open a new issue with a repro if the problem persists

@vonovak vonovak closed this as completed Sep 26, 2019
@react-native-google-signin react-native-google-signin locked and limited conversation to collaborators Sep 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants