Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
iOS & Android Platforms keep resetting
-
Hi!
I’ve configured my Build Environment in the Cloud IDE, like so:
My project_info.json look like this:
{ "cordova_version": "9.0", "framework_version": "3.5", "xcode_version": "11.3" }
My package.json contains this:
"dependencies": { "cordova-android": "^8.1.0", "cordova-ios": "^5.1.1", .... }
But when I upload a new version using the CLI, the Build Environment reverts to this:
What am I missing? It’s driving me nuts.
-
Finally cracked it!
{ "cordova_version": "9.0", "framework_version": "3.5", "xcode_version": "11.3", "cordova_ios_platform": "5.1.1", "cordova_android_platform": "8.1.0" }