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

Support build on XCode 14 #49

Merged
merged 1 commit into from
May 17, 2023
Merged

Support build on XCode 14 #49

merged 1 commit into from
May 17, 2023

Conversation

conanoc
Copy link
Contributor

@conanoc conanoc commented May 17, 2023

Fix #48

XCode 14 requires the minimum deployment target to be ios11. Added a post-install script to adjust deployment targets following this tip

The drawback of this approach is that users of this framework have to add the same script to their Podfile.
Changing the podspec files of all the dependent pods by cloning them to our repo would be a very challenging task.

@conanoc conanoc merged commit af0dd8a into main May 17, 2023
@conanoc conanoc deleted the xcode14_build branch May 17, 2023 07:13
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.

Build fails on XCode 14.3
1 participant