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

Generated Swift.podspec should read deploy target version for xcode 14 #81

Open
Alex009 opened this issue Jun 12, 2023 · 1 comment
Open
Labels
enhancement New feature or request
Milestone

Comments

@Alex009
Copy link
Member

Alex009 commented Jun 12, 2023

Starts from xcode 14 without specific

spec.ios.deployment_target = '**'

compilation of cocoapod will be failed. so we should read deployment target from main podspec and use same target version

@Alex009 Alex009 added the bug Something isn't working label Jun 12, 2023
@Alex009 Alex009 added this to the 0.6.2 milestone Jun 12, 2023
@Alex009
Copy link
Member Author

Alex009 commented Jun 12, 2023

at now we can use manual set:

kswift {
    iosDeploymentTarget.set("11.0")
}

so it's just improvement

@Alex009 Alex009 added enhancement New feature or request and removed bug Something isn't working labels Jun 12, 2023
@Alex009 Alex009 modified the milestones: 0.7.0, 0.8.0 Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant