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

Ups podspec min versions for modern xcode (xcode 14.3.x) #849

Merged
merged 1 commit into from Sep 8, 2023

Conversation

R4N
Copy link
Contributor

@R4N R4N commented Sep 8, 2023

iOS min 11, macOS min 10.13, watchOS min 7.0.

Should fix: #844

@ccgus
Copy link
Owner

ccgus commented Sep 8, 2023

I think you meant '13' instead of '10.13' for the MacOS min? Or does podspec need it to be in a 10.x format? (Also - maybe make it '11' since I know folks still target older releases. MacOS 13 isn't even a year old at this point.

@R4N
Copy link
Contributor Author

R4N commented Sep 8, 2023

Deployment targets are the min os version capable of running it. I believe we'll want to leave this as low as possible while still supporting modern Xcode version to allow as many devices to be able to use it as possible. For macOS it needs to use the full macOS version number (i.e. 10.13 -- High Sierra). When creating a new project in Xcode 14.3.x the minimum deployments available are what the Podspec is adjusted to in this pull request.

@ccgus ccgus merged commit eb3ecac into ccgus:master Sep 8, 2023
@R4N R4N mentioned this pull request Oct 3, 2023
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 this pull request may close these issues.

Error with Xcode 14.3 because of deployment_target (9.0)
2 participants