我想从命令行启动iPhone模拟器.
直到现在我一直在使用下面的命令
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator -SimulateDevice
-SimulateDevice用于启动特定的设备类型
现在使用Xcode 6,路径和应用程序已更改为
/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app/Contents/MacOS/iOS Simulator
但遗憾的是-SimulateDevice选项现在不能正常工作.我可以启动模拟器,但没有选项来指定要启动哪一个
有人用Xcode 6找到了替代品吗?