Skip to content
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

drop xcode 11-12-13 support #1367

Open
jcesarmobile opened this issue Aug 29, 2023 · 3 comments · May be fixed by #1425
Open

drop xcode 11-12-13 support #1367

jcesarmobile opened this issue Aug 29, 2023 · 3 comments · May be fixed by #1425
Milestone

Comments

@jcesarmobile
Copy link
Member

This is more a docs thing, but we claim to support Xcode 11 and newer.
Apple requires Xcode 14.1 or newer since April 25, 2023.

In the 8.0.0 release announcement we should announce that we drop support for older, and also update https://cordova.apache.org/docs/en/dev/guide/platforms/ios/index.html page to specify the same version.

Depending on when the 8.0.0 release happens we might also want to drop Xcode 14 since Xcode 15 will probably be required at some point of 2024.

@dpogue dpogue added this to the 8.0.0 milestone Aug 29, 2023
@FelipeAzambuja
Copy link

image

Today my development environment that my machine allows is this
macos 10.15
and xcode: 12.0
When I sign up I can use the most current machines, but for development and testing this is my reality.
How could I continue working?
I am using docker osx project

@dpogue
Copy link
Member

dpogue commented Nov 9, 2023

@FelipeAzambuja Cordova-iOS will work fine on your current setup for development and testing, but you will not be able to build and submit apps to the App Store from that environment because Apple requires using Xcode 14

@jcesarmobile
Copy link
Member Author

There is no guarantee that it will work after cordova-ios 8 is released, because once we drop support of those obsolete Xcode versions, some plugins that have code to support older Xcode versions might remove that code. And also cordova-ios itself might remove some code that I added recently to allow compiling on Xcode 11.

You'll have to stick with cordova-ios 7.x or buy a new dev computer.

@jcesarmobile jcesarmobile linked a pull request Apr 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants