lihuashan / reactNativeDemo

这是使用react-native-cli构建一个reactNative项目模板的App,此App具有图片轮播、滑动、拍照、选择本地手机图片、录制视频、选择本地视频、扫描二维码、条形码等功能
8 stars 4 forks source link

你好,我使用react-native run-ios报错 #2

Open JserJser opened 5 years ago

JserJser commented 5 years ago

BUILD FAILED

The following commands produced analyzer issues: Analyze /Users//523box/reactNativeDemo/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64 Analyze /Users//523box/reactNativeDemo/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64

(2 commands with analyzer issues)

The following build commands failed: PhaseScriptExecution Install\ Third\ Party /Users/523box/reactNativeDemo/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh (1 failure)

Installing build/Build/Products/Debug-iphonesimulator/rn_app.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22): Failed to install the requested application The bundle identifier of the application could not be determined. Ensure that the application's Info.plist contains a value for CFBundleIdentifier. Print: Entry, ":CFBundleIdentifier", Does Not Exist

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

lihuashan commented 5 years ago

https://www.jianshu.com/p/e40e50301429 你看看这边文章,对你解决问题或许会有帮助。