-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Cordova to 9.0.1 #10810
Update Cordova to 9.0.1 #10810
Conversation
- updates versions: this is not a working version, it is just a base to test in real application and fix issues
Wow, I believe this is the first time At least between the ones that are still available in Travis history 😉 |
- uses 'cordova-plugin-meteor-webapp': '1.7.1-beta.0'
Might want to check if this is fixed in latest updates. #9293 |
- updates versions: this is not a working version, it is just a base to test in real application and fix issues
- uses 'cordova-plugin-meteor-webapp': '1.7.1-beta.0'
I just published a new Docker image for CircleCI with Android 28 and now the checks are passing 🎉 |
… error on git tarballs that were having their ids parsed like "https://github.com/pathable/cordova-plugin-appsettings.git#6ffc8fa844468495d09c2e46f68aad06017cd744". It's easier if the ID is just the plugin name like cordova-plugin-appsettings, which we can get from config.xml as PluginInfo does.
…creen) from 4.1.0 to 5.0.3
…us-bar) from 2.3.0 to 2.4.3
Guys, I know you're all working for free and stuff but the broken ios simulation is breaking our hearts. Any ideas when this will get released? |
hi @georgiosd our plan is to release this right after 1.9 release that is coming out soon then you should expect beta releases in the next weeks and the final release in one month or so. But Meteor apps (AFAIK) are working in the iOS Simulator, what is the issue that you are experiencing and what Meteor version are you using? |
@filipenevola hm.... Some people seem able to run with an old Xcode version. I tried 10.3 and I still had the aforementioned problems. I only managed to make it work after several hours by upgrading ios-sim in the cordova directory and monkey patching the devices list JS file. |
@georgiosd You are right, in the current version we have a bug with the command In the meantime, you can open the xcode with |
@renanccastro I managed to patch the problem, lmk if instructions on how to do that would be of use to anyone over there |
Rebase PR #10810 (Cordova 9) against current devel branch.
We want to update:
Related PRs (cordova-9 branch):
meteor/cordova-plugin-meteor-webapp#88
Related issues #10809 #10626
Follow the list of known tasks:
Notes:
meteor run ios
I had to run this firstsudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Build fails with Xcode 10.3 and iOS target apache/cordova-ios#652 (comment)Make sure the following is working after the update:
Known issues to fix: