【发布时间】:2015-09-25 09:44:57
【问题描述】:
XCode 决定升级到 iOS 9,之后应用拒绝部署到模拟器。 构建工作正常,但在此失败:
[INFO] : Invoking xcodebuild
[INFO] : Finished building the application in 40s 523ms
[INFO] : Launching iOS Simulator
[ERROR] : Project failed to build after 1m 21s 108ms
[ERROR] : An error occurred running the iOS Simulator (ios-sim exit code 1)
TRACE | titanium exited with exit code 1
ERROR | Error: ti run exited with error code 1
at ChildProcess.<anonymous> (/Users/stop/.appcelerator/install/5.0.1/package/node_modules/appc-cli-titanium/plugins/run.js:89:66)
at ChildProcess.emit (events.js:117:20)
at Process.ChildProcess._handle.onexit (child_process.js:810:12)
有什么想法吗? 我没有可以安装的更新,它说一切都是最新的。
我有 SDK 5.1.0。已安装
【问题讨论】:
标签: ios node.js xcode titanium