-
Notifications
You must be signed in to change notification settings - Fork 653
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
Wrong version of cordova-ios when auto-adding ios platform #725
Comments
Similar issue here. And with the auto-added ios platform the icon and splash screen images are the Cordova ones instead of the Ionic ones, and the app name sometimes appear as
Removing and re-adding the platform seems to fix everything.
and the images are the Ionic ones. To be honest I'm not sure why Full versions:
|
@mirkonasato I agree, IOS should not be added by default. Otherwise, why not android. Basically, we need just an android app, so have no need for ios. In fact right now, we just want a Cordova webview wrapper. So neither Android or IOS. I have created another issue specifically to removing the IOS by default behaviour: #799 |
Removing with |
Thanks for the issue! This issue appears to be associated with an old version of the Ionic CLI. Please update to the latest CLI version, which supports all versions of the Ionic Framework. If the issue is relevant and if it persists after updating to the latest CLI version, please create a new issue. Thank you for using Ionic! |
With the latest CLIs, doing:
shows cordova-ios 3.9.2
However:
shows cordova-ios 3.8.0
You can then update to 3.9.2 with:
or...
also gives me 3.9.2
When auto-adding iOS, is there a reason the ionic CLI doesn't default to the latest version of cordova-ios?
The text was updated successfully, but these errors were encountered: