在运行React-Native 项目的时候遇到以下问题:
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:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/toilet.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
github上已经给了解决方案
答案在这里:https://github.com/facebook/react-native/issues/7308
我的方案是@gvlamadrid
的。