尝试在服务器上运行应用程序时,我的集成机器人抱怨......
xcodebuild: error: No destinations were specified with the -destination flag which were valid for the specified scheme 'MyScheme'.
不确定如何处理此错误?
在崩溃之前,它会对不同的设备进行大量搜索......
2014-05-21 14:14:22.631 xcodebuild[49977:100b] [MT] DVTDeviceSearch: Searching for device with type 'iOS Simulator', options: {
OS = "7.1";
name = iPad;
}, genericOnly: NO allowMultiple:NO timeout:0.000000
2014-05-21 14:14:23.134 xcodebuild[49977:100b] [MT] DVTDeviceSearch: Search found devices: (
"<DVTiPhoneSimulator: 0x7ff6fdb9a230> {\n\t\tsessionActive: NO\n\t\tlaunchService: (null)\n\t\tlaunchSucceeded: NO\n\t\tcurrentSimulatorSession: (null)\n\t\tdidExitRecursionGuard: NO\n\t\tdeviceInfo: <DeviceInfo iPad>\n\t\tsimulatedSystemRoot: <DTiPhoneSimulatorSystemRoot 0x7ff6fdb8e6f0> path=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk version=7.1 name=Simulator - iOS 7.1\n\t\tsimulatedDeviceFamily: 2\n\t\tsupportedDeviceFamilies: (\n 1,\n 2\n)\n\t\t}"
)
检查服务器xcode我可以看到安装了6.1和7.0模拟器。
它也可以从xcode运行良好。
答案 0 :(得分:1)
您的日志表明它正在寻找7.1模拟器,而不是7.0。将7.1模拟器安装到Xcode服务器或将部署目标降级到7.0。
答案 1 :(得分:1)
我必须在构建服务器上更新我的Xcode版本。
您还可以在去的时候查看哪些模拟器可用
Xcode
- &GT; Preferences...
- &gt; Components
确保此处提供给定的SDK版本。在你的情况下,它将是iOS 7.1 simulator
。如果没有,请点击下载按钮。