You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building my app, the Windows version works fine, but when I try to open the osx version (using open appName.app in terminal), I get "The application cannot be opened because its executable is missing."
I've looked at the Info.plist file, and it lists node-webkit as the executable. I found that file in appName.app/Contents/MacOS. Tried changing Info.plist to specify that path, but that didn't help.
Any ideas? Thank you very much for your help.
Built via terminal on Mac, using "sudo nwbuild -p osx app.nw" (my app is in the app.nw directory).
The text was updated successfully, but these errors were encountered:
EDIT: Don't know why but i cleared my install of nwjs and set it back up again and now its fixed.
EDIT2: Got it. If i specify platforms: 'win', and 'osx' it will fail. If i just specify 'osx' it'll work. Probably because i squawks at me about not having wine installed.
After building my app, the Windows version works fine, but when I try to open the osx version (using open appName.app in terminal), I get "The application cannot be opened because its executable is missing."
I've looked at the Info.plist file, and it lists node-webkit as the executable. I found that file in appName.app/Contents/MacOS. Tried changing Info.plist to specify that path, but that didn't help.
Any ideas? Thank you very much for your help.
Built via terminal on Mac, using "sudo nwbuild -p osx app.nw" (my app is in the app.nw directory).
The text was updated successfully, but these errors were encountered: