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.
Does Monaca Localkit 2.0.3 Cordova 6.2.0-beta option work ?
-
Re: Monaca Localkit build fails with https://github.com/phonegap/phonegap-plugin-push.git
In fact, i need to bump Cordova, cordova-ios to 4.0.1 or higher to work around the issue on phonegap-plugin-push
https://github.com/phonegap/phonegap-plugin-push/issues/456But, when selecting Cordova 6.2.0-beta, i ended up with an error dialog just saying 'Failed by unknown error’
The screen shows that iOS Platform remains 3.9.1You guys seem to bump Localkit frequently these day, so i guess it is not stable yet.
-
Exactly, still working on it :)
We are actually planning to allow the user to choosecordova-ios
andcordova-android
version, which should help for what concerns plugins compatibility. It’s still under development so I cannot really say when it will be ready.
Nevertheless, if you have any suggestion about how we can improve localkit, that would be great! :D
-
I ensured that with the latest Localkit, it got changed to iOS 4.2.0, which is the latest version of Cordova platform. Thanks.
-
Glad it solved the issue :)
-
In fact, there is a trivial gotcha. As for framework_version in project_info.json, it won’t reflect the changes made in Localkit, while cordova_version is reflected as shown below.
-
It’s because, as previously mentioned, our system doesn’t allow you choose iOS and Android platform version. Every Cordova version we offer comes with an hardcoded platform version. Take a look at my first reply in this topic for more info :)