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
It for some reason saves URL_SCHEME as <param name="URL_SCHEME" value="slingshotapp" />
And later if you try to update or add a platform you'll get an error like this:
Error: Variable(s) missing: URL_SCHEME
The URL_SCHEME variable should be saved as variable, not as param, here's an example:
I noticed the same issue today. As it had an error it was causing other issues with plugins. quick fix for me was to remove your plugin first then remove platform (I was doing a rebuild to get something working so needed to remove) and then re add platform. This loaded all of the other plugins correctly then I added back in yours with the --variable. worked fine that way.
cordova-cli 4.3.0
android-platform 3.7.1
When you do
It for some reason saves URL_SCHEME as <param name="URL_SCHEME" value="slingshotapp" />
And later if you try to update or add a platform you'll get an error like this:
The URL_SCHEME variable should be saved as variable, not as param, here's an example:
I think it is something worth to document in README
The text was updated successfully, but these errors were encountered: