Cordova模拟ios:无效的设备状态



当我尝试用sudo phonegap run ios --verbose模拟phonegap/cordova项目时,我得到控制台日志:

An error was encountered processing the command (code=146):
Invalid device state
ENOENT, no such file or directory '/Users/<user>/Library/Logs/CoreSimulator/61A2A261-C1D4-4E31-B5DA-4C97191F1656/system.log'
Error code 1 for command: ios-sim with args: launch,/Users/<user>/.../mobile/platforms/ios/build/emulator/Hello World.app,--devicetypeid,com.apple.CoreSimulator.SimDeviceType.iPhone-5,--stderr,/Users/<user>/.../mobile/platforms/ios/cordova/console.log,--stdout,/Users/<user>/.../mobile/platforms/ios/cordova/console.log,--exit
Command finished with error code 2: /Users/.../ios/cordova/run --target=iPhone-5
ERROR running one or more of the platforms: Error: /Users/<user>/.../mobile/platforms/ios/cordova/run: Command failed with exit code 2
You may not have the required environment or OS to run this project

和应用程序不启动。我可以通过控制台访问ios-sim (v4.1.1), cordova (v5.1.1)和phonegap(5.1.1-0.29.0)。

另一个奇怪的事情是,当我进入Intellij运行配置,有一个警告:Cannot detect ios-sim in path。XCode和开发人员工具是最新的。我用的是Mac OS X Yosemite。有人能帮帮我吗?

你可以试试

npm install -g ios-sim
npm install -g ios-deploy

最新更新