当我尝试用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中的run configuration时,出现了一个警告:Cannot detect ios-sim in path。XCode和开发人员工具是最新的。我使用的是Mac OS X Yosemite。有人能帮我吗?
发布于 2015-07-25 16:03:24
你可以试试
npm install -g ios-sim
npm install -g ios-deployhttps://stackoverflow.com/questions/31472955
复制相似问题