Javascript react本机CbundleIdentifier不存在

Javascript react本机CbundleIdentifier不存在,javascript,ios,react-native,Javascript,Ios,React Native,十天前,我的react native项目还可以,我在这个项目上什么也没做。但现在这是一个错误。我在网上找到了一些解决方案,但它不能解决我的问题。为什么它不起作用?在版本0.45.0.45.1 0.46.0 0.46.1中,i init新项目也有与此相同的错误 Installing build/Build/Products/Debug-iphonesimulator/reactthree.app An error was encountered processing the command (do

十天前,我的react native项目还可以,我在这个项目上什么也没做。但现在这是一个错误。我在网上找到了一些解决方案,但它不能解决我的问题。为什么它不起作用?在版本0.45.0.45.1 0.46.0 0.46.1中,i init新项目也有与此相同的错误

Installing build/Build/Products/Debug-iphonesimulator/reactthree.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CF

BundleIdentifier build/Build/Products/Debug-iphonesimulator/reactthree.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

您是否可以尝试删除您的
ios
文件夹,然后连续运行
$react native upgrade
$react native link
命令。谢谢您,我尝试了此命令,但也出现了“CbundleIdentifier”错误,您知道其他解决方案吗?在SO中有许多关于您的问题的答案,例如。我的最后一个建议是尝试使用调试模式而不是发布。使用调试模式而不是发布意味着什么?react native具有发布模式?在Xcode中,您可以将构建配置为调试或发布。是的,当您捆绑react本机应用程序时,您可以认为它已准备好发布。您是否可以尝试删除您的
ios
文件夹,然后连续运行
$react-native-upgrade
$react-native-link
命令。谢谢您,我尝试了此命令,但也出现了“CbundleIdentifier”错误你们知道其他的解决方法吗?你们的问题有很多答案,比如。我的最后一个建议是尝试使用调试模式而不是发布。使用调试模式而不是发布意味着什么?react native具有发布模式?在Xcode中,您可以将构建配置为调试或发布。是的,当您绑定react本机应用程序时,您可以认为它已准备好发布。