**建筑失败**
以下命令产生分析器问题:
Analyze /Users/allen/WebstormProjects/untitled/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c
Analyze /Users/allen/WebstormProjects/untitled/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c
(带分析仪问题的2条命令)
以下构建命令失败: PhaseScriptExecution安装\ Third \ Party /Users/allen/WebstormProjects/untitled/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh (1失败)
安装build / Build / Products / Debug-iphonesimulator / untitled.app 处理命令时遇到错误(domain = NSPOSIXErrorDomain,code = 2): 无法安装所请求的应用程序 在提供的路径中找不到应用程序包。 提供所需应用程序包的有效路径。 打印:输入,“:CFBundleIdentifier”,不存在
命令失败:/ usr / libexec / PlistBuddy -c打印:CFBundleIdentifier build / Build / Products / Debug-iphonesimulator / untitled.app / Info.plist 打印:输入,“:CFBundleIdentifier”,不存在
答案 0 :(得分:0)
试试这个:
> rm -rf ~/.rncache
> rm -rf node_modules
> yarn install
> react-native run-ios
使用yarn install
替换npm install
。使用npm install
时出现完全相同的错误,在尝试yarn install
后,它最终适用于我。
我的项目依赖项:
"react": "16.0.0-alpha.12"
"react-native": "0.45.1"