我正在尝试使用react-native run-ios命令运行我的应用程序,但显示以下错误:
找到了Xcode项目AliceMobile.xcodeproj,使用“ xcodebuild -project AliceMobile.xcodeproj-配置调试-方案AliceMobile-目的地ID = 165690EB-E924-498B-A72D-9D939D93D467 -derivedDataPath build“用户从命令行默认设置:
IDEDerivedDataPathOverride = / Users / itegra / Desktop / Developer / Alice / alice-platform / Services / AliceMobile / ios / build
注意:使用新的构建系统
2018-10-10 11:39:37.889 xcodebuild [63241:2936081]意外响应: ErrorResponse(描述:“处理消息时出现未知错误: missingWorkspaceContext“)
错误:构建服务无法启动构建操作:内部错误: 无法将系统信息发送到构建服务
**生成失败**
安装内部版本/内部版本/产品/Debug-iphonesimulator/AliceMobile.app 处理命令时遇到错误 (域= NSPOSIXErrorDomain,代码= 22):无法安装请求的 application应用程序的捆绑包标识符不能是 决心。确保应用程序的Info.plist包含一个值 用于CFBundleIdentifier。打印:条目,“:CFBundleIdentifier”,不 存在
命令失败:/ usr / libexec / PlistBuddy -c打印:CFBundleIdentifier 构建/构建/产品/Debug-iphonesimulator/AliceMobile.app/Info.plist 打印:条目“:CFBundleIdentifier”不存在
错误:命令失败:/ usr / libexec / PlistBuddy -c 打印:CFBundleIdentifier 构建/构建/产品/Debug-iphonesimulator/AliceMobile.app/Info.plist 打印:条目“:CFBundleIdentifier”不存在
在Object.execFileSync处的checkExecSyncError(child_process.js:602:13) (child_process.js:622:13)在Promise.then (/Users/itegra/Desktop/Developer/Alice/alice-platform/Services/AliceMobile/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)
有人可以帮助我吗?