react0.45.0版本问题 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):

The following build commands Failed:

PhaseScriptExecution Install\ Third\ Party /Users/*****/sungithub/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh

(1 failure)


Installing build/Build/Products/Debug-iphonesimulator/sungithub.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/sungithub.app/Info.plist

Print: Entry,Does Not Exist


如果是因为下载了最新的react-native-cli,然后init的项目

在package.json里面,看到自己的react-native的版本是0.45.*以后的,出现这个错误

这是因为是0.45官方有重大改动,无法使用react-native init项目来启动,

直接react-native init mydemo --version 0.44.3指定之前的版本就可以了


当然相信后面会修复,也就没有这个问题了

相关文章

一、前言 在组件方面react和Vue一样的,核心思想玩的就是组件...
前言: 前段时间学习完react后,刚好就接到公司一个react项目...
前言: 最近收到组长通知我们项目组后面新开的项目准备统一技...
react 中的高阶组件主要是对于 hooks 之前的类组件来说的,如...
我们上一节了解了组件的更新机制,但是只是停留在表层上,例...
我们上一节了解了 react 的虚拟 dom 的格式,如何把虚拟 dom...