react-native 错误记录

** BUILD FAILED **


The following commands produced analyzer issues:
    Analyze /Users/ofoer/Documents/code/test/Acc/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c
    Analyze /Users/ofoer/Documents/code/test/Acc/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c
(2 commands with analyzer issues)


The following build commands failed:
    PhaseScriptExecution Install\ Third\ Party /Users/ofoer/Documents/code/test/Acc/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/Acc.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:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Acc.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

因为react-native更新可能是版本兼容问题

降低了react react-native版本解决了问题

修改配置文件,并重新npm install

你可能感兴趣的:(react-native 错误记录)