我正在运行构建代理作为启动代理.当我尝试运行"xcodebuild test ..."时出现此错误:
2016-07-14 16:31:00.535 xcodebuild[11579:21390] [MT] iPhoneSimulator: Could not launch simulator: -10827 xcodebuild: error: Failed to build project XcodeTestsTest1 with scheme XcodeTestsTest1. Reason: The operation couldn’t be completed. (OSStatus error -10827.)
Run Code Online (Sandbox Code Playgroud)
你对这个问题怎么解决了吗?
谢谢!
我想使用 Terminal 和 xcodebuild 构建一个模拟器。到目前为止,传递类似“-sdk iphonesimulator9.0”之类的东西是有效的。现在手表扩展正在手表上运行,我收到此错误:
=== BUILD TARGET appName WatchKit Extension OF PROJECT appName WITH CONFIGURATION Debug ===
Check dependencies
target specifies product type 'com.apple.product-type.watchkit2-extension', but there's no such product type for the 'iphonesimulator' platform
Run Code Online (Sandbox Code Playgroud)
您知道如何构建支持 watchOS2 的应用程序的模拟器版本吗?
谢谢!