-
Notifications
You must be signed in to change notification settings - Fork 331
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
Please add support for Swift Package Manager (Dependencies) #172
Comments
Xcode 12 and Swift 5.3 (both available as dev betas) now include resource and closed-source binary support for SPM. Hopefully SPM can now be done for this? https://www.hackingwithswift.com/articles/218/whats-new-in-swift-5-3 |
Xcode 12 is now GM. Would love to see SPM support now. This is one of my remaining Pods that has yet to move to SPM. |
Thank you for pointing this. Support has been added - cb4a1c8 |
Hi, this doesn't appear to be working properly. When I add the Swift Package to a fresh clean project and build, I am getting the Warning:
And when I add |
Many people will be moving away from CocoaPods and Carthage and using Swift Package Manager (Dependencies). Can you please add support? Thank you!
The text was updated successfully, but these errors were encountered: