Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emulator is exiting automatically #8

Closed
piyushcoader opened this issue Sep 5, 2014 · 10 comments
Closed

emulator is exiting automatically #8

piyushcoader opened this issue Sep 5, 2014 · 10 comments

Comments

@piyushcoader
Copy link

--emulator ios exited with non-zero code: 1
gives the error in the console
/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. (/Users/piyushthapa/.meteor/packages/meteor-tool/.1.0.26-cordova5.7z6dsl++os.osx.x86_64+weItb.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 Socket. (child_process.js:968:11)
at Socket.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
its just a starting app in the meteor...

@stubailo
Copy link
Contributor

stubailo commented Sep 5, 2014

Hi @piyushcoader, does this happen to you when running a newly created Meteor app on ios, or just with this repository?

@piyushcoader
Copy link
Author

It happens when i created new app...using your CORDOVA-RELEASE@5

On Sat, Sep 6, 2014 at 2:39 AM, Sashko Stubailo notifications@github.com
wrote:

Hi @piyushcoader https://github.com/piyushcoader, does this happen to
you when running a newly created Meteor app on ios, or just with this
repository?


Reply to this email directly or view it on GitHub
#8 (comment)
.

@piyushcoader
Copy link
Author

It happens when i created new app...using your CORDOVA-RELEASE@5

@Slava
Copy link

Slava commented Sep 8, 2014

Hi there. The latest release with Cordova support is 0.9.2-rc1. Please try to run an app with that release, if it still persists, open a new issue on the Meteor repository (not here) and give us more information on how to reproduce and what is your OS version and Xcode version.

@Slava Slava closed this as completed Sep 8, 2014
@tigransloyan
Copy link

@Slava after running for a few seconds I get the same error running on meteor 0.9.3


=> App running at: http://localhost:3000/

/private/var/root/.meteor/packages/meteor-tool/.1.0.33.1vgkjpj++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/commands-cordova.js:79
    else if (err) throw err;
                        ^
Error: /private/var/root/.meteor/packages/meteor-tool/.1.0.33.1vgkjpj++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/cordova-scripts/cordova.sh run --emulator ios exited with non-zero code: 1. Use -v for more logs.
    at ChildProcess.<anonymous> (/private/var/root/.meteor/packages/meteor-tool/.1.0.33.1vgkjpj++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/commands-cordova.js:74:13)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:755:16)
    at Socket.<anonymous> (child_process.js:968:11)
    at Socket.emit (events.js:95:17)
    at Pipe.close (net.js:465:12)

@tigransloyan
Copy link

@Slava this is not on the demo,it's testing on our app, if you want I can open a separate issue on meteor.

@Slava
Copy link

Slava commented Oct 2, 2014

@tigransloyan iOS projects don't compile in /tmp folder on OS X. This is documented and a special warning is being printed on a newer versions of Meteor.

@tigransloyan
Copy link

@Slava I haven't specified a compile folder so i guess it picks /tmp by default? What's a workaround?

@michaelpr
Copy link

I am working with the same issue, @tigransloyan have you found the workaround?

@tigransloyan
Copy link

@michaelpr nope, just gave up on it and decided to try when more stable version come out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants