-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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 #14969
Comments
I bet you are using react-native 0.46 on mac... |
#14604 this is it |
You should try to remove react-native and reinstall the 0.44 version, it worked for me. |
Hey @Baptiste-Garcin, how to remove the react-native and install the 0.44 version? please leme know. |
everybody has this issue, and so far it's being ignored. @gopaldevra You can install 0.44.2 by using this command:
though regardless of what I do... nothing works! Nada. |
I've done exactly what @yozef said and it somehow worked. @gopaldevra You might have some issues if you have already an app and try to downgrade it. If it is the case, they are mostly related to the folder structure. |
@Baptiste-Garcin , no no no , I tried many version because of this error, a few days ago my project version is 45 , i do nothing in project and when i using run command it's wrong. then i tred version of 0.44.0 ,0.45.1, 0.45.0 , 0.46.1 but it also was wrong. |
@fanyuexiang 啥意思 , 你说的那个已经关闭了啊, 也没有成功的解决方案啊 ? 我猜你看得懂中文 |
@wei63w 把"package.json"里面"react"换成这个版本, "16.0.0-alpha.6","react-native": "0.44.3",然后删除node_modules文件夹,重新npm install, 再react-native run-ios,如果还报错,你打开ios项目里面,target-buildphases-bundle react native code and images, 里面有个路径是写错了的,好像是script,正确的是"packager",你按照那个路径打开,把正确的路径写上去再运行试试 |
Thanks, @yozef, @Baptiste-Garcin, Now I am running the app through the Xcode and it's working. |
@fanyuexiang thanks for you , 额 谢谢啦, OK了 |
Duplicate of #14423 |
I've had the same problem, and I solved it using the I think this issue is caused by changing the name of the app name from within XCode instead from react-native project. Or at least that was what caused the issue in my case. |
In react native main.jsbundle file missing in xcode ios |
Looks like this is an issue with Xcode Build Location. Try switching it to Unique under Xcode -> Preferences -> Locations -> Advanced. |
The solution by @vish-udp fixed the issue for me. I always set my build location relative to my current project but react-native doesn't seem to like that. |
Nothing. And I mean none of the 10 solutions found here and on other issues worked. An absolute nightmare for myself and my team. The only that worked was rolling back to.... v0.52.0 |
The solution for me was in the Xcode Build Location, under Xcode -> Preferences -> Locations, I changed the "Command Line Tools" from an old version to the latest version of Xcode 9.4 and it worked. |
This happens for me whenever the React Native cache gets corrupted. Clearing cache and retrying works for me:
|
I downgraded react-native to 0.52.0 and build work fine |
I tried all the other suggestions multiple times infact, the only thing that worked for me was the downgrade to version 0.52.0! My Xcode version is 8.3
|
Try to run your project by building it from XCode. It worked for me |
this is my init new project but it has error ...
The text was updated successfully, but these errors were encountered: