meteor / solomo

The demo we showed at Meteor Devshop August 2014 of Meteor Mobile integration. This code has moved to the examples folder in meteor/mobile-packages.
30 stars 5 forks source link

emulator is exiting automatically #9

Closed piyushcoader closed 9 years ago

piyushcoader commented 9 years ago

I got this error when i tried to run in the ios simulator...... /Users/piyushthapa/.meteor/packages/meteor-tool/.1.0.26-cordova5.7z6dsl++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/commands-cordova.js:52

else if (err) throw err;

                    ^

Error: /Users/piyushthapa/.meteor/packages/meteor-tool/.1.0.26-cordova5.7z6dsl++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/scripts/cordova.sh run --emulator ios exited with non-zero code: 1. Use -v for more logs.

at ChildProcess.<anonymous> (/Users/piyushthapa/.meteor/packages/meteor-tool/.1.0.26-cordova5.7z6dsl++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/commands-cordova.js:47:13)

at ChildProcess.emit (events.js:98:17)

at maybeClose (child_process.js:755:16)

at Process.ChildProcess._handle.onexit (child_process.js:822:5)

The emulator exits automatically...

osx:10.9.4 xcode: 5.0.2 meteor:0.9.1 CORDOVA-PREVIEW@5

piyushcoader commented 9 years ago

I fixed this issue. It was the problem with the permission to my meteor app. thanks the issue is fixed.