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

SPM: Fix iOS Build warning #585

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

paulb777
Copy link
Contributor

The platform specifications cause a build warning in Xcode 12. They're not necessary since nanopb supports all versions supported by Xcode versions that support Swift Package Manager.

Details in firebase/firebase-ios-sdk#6449, https://forums.swift.org/t/minimum-ios-version-xcode-12-and-build-warnings/40224, and https://github.com/apple/swift-evolution/blob/master/proposals/0236-package-manager-platform-deployment-settings.md

@PetteriAimonen PetteriAimonen merged commit 8119dfe into nanopb:maintenance_0.3 Sep 13, 2020
@paulb777 paulb777 deleted the spm-warning-fix branch September 13, 2020 17:07
PetteriAimonen pushed a commit that referenced this pull request Sep 14, 2020
simonseyer added a commit to simonseyer/KeychainAccess that referenced this pull request Dec 2, 2021
This resolves `IPHONEOS_DEPLOYMENT_TARGET` warnings in newer Xcode versions. See nanopb/nanopb#585 for reference — I assume the same applies for this project. The toolchain will this way always choose the latest supported platform version.
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.

None yet

2 participants