在xcode 6.1.1中运行良好的代码现在无法在xcode 6.2中启动iOS 7.1模拟器(但适用于iOS 8.2 sim).
这是我正在使用的命令:
仪器-t Automation -w/Users/USER/Library/Developer/CoreSimulator/Devices/233D1DE0-8660-4D98-8E45-5E0794CF7366/Users/USER/Library/Developer/CoreSimulator/Devices/233D1DE0-8660-4D98-8E45-5E0794CF7366 /data/Applications/APPNAME/APPNAME.app -v -l 20
这是返回的错误:
仪器[2274:66214] - [UIAInstrument(UIAInstrument_Simulator)_startAgentForApp:withPID:]:警告:自动化仪器找不到sim工具.
该命令启动模拟器并简要显示应用程序的启动画面,然后转储.
有任何想法吗?