Cordova模拟ios:设备状态无效

Chr*_*ryb 3 intellij-idea ios-simulator cordova

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

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
Run Code Online (Sandbox Code Playgroud)

并且应用程序无法启动.我可以通过控制台访问ios-sim(v4.1.1),(v5.1.1)cordovaphonegap(5.1.1-0.29.0).

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

Sac*_* G. 6

你可以试试

npm install -g ios-sim
npm install -g ios-deploy
Run Code Online (Sandbox Code Playgroud)