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

App cannot build for osx32 #363

Closed
bengyles opened this issue Sep 16, 2016 · 8 comments
Closed

App cannot build for osx32 #363

bengyles opened this issue Sep 16, 2016 · 8 comments

Comments

@bengyles
Copy link

Windows, Linux and osx64 were successful but the osx32 platform would not build. When I try to build this one I get the error message: [Error: Unsupported NW.js version '0.17.3 (sdk)' for platform 'osx32'].

@DblK
Copy link
Contributor

DblK commented Sep 16, 2016

For osx, only 64 bit version exist so using nw-builder you can't build for 32 bits.

It's not an issue.

@bengyles
Copy link
Author

Ok sorry to bother you then... But why is it in the docs then? I just copied it without knowing it does not exist :)

@DblK
Copy link
Contributor

DblK commented Sep 16, 2016

No problem.
The 32 bits version works but only with legacy version and it is not and probably won't be supported anymore.
That's why it exists in the docs.

Hope I answered all your questions.

@adam-lynch
Copy link
Contributor

👍 we should update the docs and maybe the code to warn you.

@bengyles
Copy link
Author

Ok thank you very much, I built my google chrome app for Windows, Mac and Linux and it all seems to work fine. Awesome work guys!

@julkue
Copy link

julkue commented Oct 26, 2016

The docs still don't include this information.

@DblK
Copy link
Contributor

DblK commented Oct 26, 2016

I just update the doc, still need a warning in the program.

@MaffooBristol
Copy link

I got this error, but my processor is definitely 64 bits. I'm reworking an old project and I think a very old version just had osx as a platform name, but now it requires osx64.

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