Skip to content

Bump iOS minimum deployment target to 11.0 #1202

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

Conversation

danielob
Copy link

@danielob danielob commented May 1, 2023

I've noticed that when opening the project with Xcode 14.3, we get a warning that the target is not in the range of supported versions. Additionally, when trying to build the project using Carthage, we get a build error due to the deployment target being set to 9.0.

To address this issue, I've made changes to update the deployment target version to 11.0, which is within the range of supported deployment target versions for both Xcode and Carthage. This will ensure that the project can be built and run smoothly with the latest versions of Xcode and Carthage.

I've tested the changes locally and confirmed that they resolve the warning and error messages. Please review my changes and let me know if you have any feedback or concerns.

@nathanfallet
Copy link
Collaborator

nathanfallet commented May 2, 2023

I think you should update the podspec file as well: (EDIT: I just committed the change)

ios_deployment_target = '9.0'

And also, what about tvOS? (which might have the same issue)

@jberkel
Copy link
Collaborator

jberkel commented May 5, 2023

Don't forget about changes to documentation

@nathanfallet
Copy link
Collaborator

@danielob @jberkel Tests are not passing, I don't understand why...

@jberkel
Copy link
Collaborator

jberkel commented May 5, 2023

there is also this old PR which should probably be used instead: #1164

@jberkel
Copy link
Collaborator

jberkel commented May 5, 2023

I can look at it this weekend, I also have a project which needs to be moved to iOS 11.

@jberkel
Copy link
Collaborator

jberkel commented May 21, 2023

Moved to #1206

@jberkel jberkel closed this May 21, 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.

3 participants