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
Simulator working fine
iOS compiling OK (#29 I had to "fix" a fatal error relating to navigator.languages being undefined )
Android failing with little feedback:
Thanks for checking out the new version! Unfortunately, as you've noticed, the error reporting is a little broken in devkit/v3.0.0-rc1. Are you using a git clone of devkit or installing it directly from npm? If you're using a git clone, can you try the latest master of devkit instead? It is (hopefully) more revealing about what the error is.
From the devkit folder:
git checkout master
npm install
There's also a couple things you can try which sometimes fix common problems:
from your game directory, check for npm install errors/failure
cd modules/devkit-core/
npm install
# try build again
from your game directory, try the latest devkit-core/master
cd modules/devkit-core/
git checkout master
git pull
npm install
# try build again
Neither 1. or 2. changed the build messages or led to a successful build.
I've installed via npm so I've not got the option to switch branches, if there's a rough guide to installing directly via git I'll happily give that a go :)
Thought I'd try v3.0.0-rc1:
Simulator working fine
iOS compiling OK (#29 I had to "fix" a fatal error relating to navigator.languages being undefined )
Android failing with little feedback:
http://pastebin.com/AJSKrjcb
The text was updated successfully, but these errors were encountered: