-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
":CFBundleIdentifier", Does Not Exist #12737
Comments
Experiencing the same issue on 0.42.0 |
Can you please check if your |
@Kureev I just checked and my Info.plist doesn't have any errors at this path.. the Info.plist isn't in /.app though - It's just in /Debug-iphonesimulator/ |
I'm not the expert here, but I think it should be in the Probably @grabbou can give you more insightful feedback on it |
@alekseylovchikov same issue, check your xcode version, if it's 7.2.1, you should update to xcode8. |
@mrbone xcode version 8.2.1 |
same issue happening here.
|
I'm having the same issue
|
Same issue:
|
same... |
com.myexample.myname |
I have the same problem when I try to run my app using The |
in my case I got this error from having the xcworkspace file saved in the folder
RN 0.42.3 |
same issue happening here. macOS Sierra: 10.12.3 Please, help!!!!! :) |
I was looking around for any solution and found this thread. Maybe #7308 (comment) can help you solving this issue. I propose to keep all discussions about |
I see the same problem as @alekseylovchikov. The error that is reported is that Building in Xcode also produces the same error. Interestingly / annoyingly is that my coworker can build with no issues.
|
So, I borrowed a laptop from a friend and I get the same error as above. Just to reiterate, it has nothing to do with |
react-native upgrade , get rid of your old ios files by letting it rewrite the pod files etc and you are golden. |
how to get rid of old ios files?
On Monday, May 22, 2017, George ***@***.***> wrote:
react-native upgrade , get rid of your old ios files by letting it
rewrite the pod files etc and you are golden.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.<
|
@Umity react-native upgrade command will prompt you asking you if you want to change several files, just let it change them. |
thank you George.. will try when home
On Monday, May 22, 2017, George ***@***.***> wrote:
@Umity react-native upgrade command will prompt you asking you if you
want to change several files, just let it change them.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.<
|
@bz123 That is not wise advice. Any previous custom configuration settings in your XCode project will be wiped clean. Proceed with caution. |
"React-native upgrade" command you'll lose a series of configurations. Must redo all by hand.
No positive result ;-; (crying and losing hair) |
I have got the same problem, and solved this problem by checking the console log and found this issue may be raised by another issue. the log has some errors: there is something wrong with the third-party:boost_1_63_0, and reports file not found, according this #14404 finally solved this problem by replace the boost_1_63_0 with the one I downloaded |
DO NOT use space in project path. It had solved my problem. |
same issue here, @nimishpatel19 is right, remove space in project path and all went ok |
@nimishpatel19 thanks man.... it solved my problem. |
Duplicate of #14423 |
We use GitHub Issues for bugs.
If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native
If you have a feature request, post it on Product Pains: https://productpains.com/product/react-native/
--- Please use this template, and delete everything above this line before submitting your issue ---
Description
react-native run-ios
then:
Additional Information
Version: react-native 0.42.0
trouble in iOS, android works fine
OS: MacOS 10.12.3
The text was updated successfully, but these errors were encountered: