-
Notifications
You must be signed in to change notification settings - Fork 237
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
Swift Package Manager: reusable deployment target warning #107
Comments
This is also happening with Cocapods. |
@aj-bmdi for Cocoapods there is a solution. I used a similar solution to this. Just put this code snippet at the end of your Podfile:
Sadly I don't know of a solution for Swift Package Manager beside updating the Package.swift file of the package itself to iOS 9.0. |
Repository owner
deleted a comment from
fespinoza
May 7, 2021
Repository owner
deleted a comment from
Ewg777
May 7, 2021
Repository owner
deleted a comment from
hixfield
May 7, 2021
Repository owner
deleted a comment from
finnsch
May 7, 2021
Repository owner
deleted a comment from
Deub27
May 7, 2021
Hi there, sorry for the delay replying there. I'll try to take a look this week-end! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI, receiving this warning using Xcode 12 Beta 6 and SPM
Xcode version: Xcode 12 beta 6
Reusable 4.1.1
The text was updated successfully, but these errors were encountered: