Reputation: 11
Im getting this error when I try to run the iOS emulator
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
=> Errors executing Cordova commands:
While running Cordova app for platform iOS with options --emulator:
Error: Command failed: /Users/paulhayes/code/microscope/.meteor/local/cordova-build/platforms/ios/cordova/run --emulator
ENOENT, no such file or directory '/Users/paulhayes/Library/Logs/CoreSimulator/E99C26C3-5BDD-4BBE-A63E-6510238BCC45/system.log'
Error code 1 for command: ios-sim with args:
launch,/Users/paulhayes/code/microscope/.meteor/local/cordova-build/platforms/ios/build/emulator/microscope.app,--devicetypeid,com.apple.CoreSimulator.SimDeviceType.iPhone-6,--stderr,/Users/paulhayes/code/microscope/.meteor/local/cordova-build/platforms/ios/cordova/console.log,--stdout,/Users/paulhayes/code/microscope/.meteor/local/cordova-build/platforms/ios/cordova/console.log,--exit
at ChildProcess.exitCallback (/tools/utils/processes.js:137:23)
at ChildProcess.emit (events.js:98:17)
at Process.ChildProcess._handle.onexit (child_process.js:820:12)
ExitWithCode:1
I've gone through the steps outlined at https://www.meteor.com/tutorials/blaze/running-on-mobile and I checked my Xcode installation by running a HelloWorld Swift app from xcode - it worked fine.
Any help would be greatly appreciated
Upvotes: 1
Views: 1041
Reputation: 13
I had the same issue and it took me a day to find the solution. Short story -
/Recovered\ Items/Applications/
Directory.Upvotes: 0