-
Notifications
You must be signed in to change notification settings - Fork 511
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
Add Swift Package Manager support #527
Comments
Any updates on this? |
Current master is still broken (probably due to #574):
|
Yeah, #574 should do the trick |
Just merged, please let me know if it's working for y'all and I'll put out a new release. |
Current master works for us @garrettmoon ! Seems like PINRemoteImage can go out as 3.0.2 the same as PINCache went yesterday. :) |
It works for me as well, thanks! |
@robertodias180 looks like SWIFT_PACKAGE isn't being properly set in the configuration you're using? (closing this issue because the original issue is fixed) |
@yo1995 I just tested SPM with 3.0.0 PINRemoteImage and it works, maybe you should provide a demo project to reproduce the problem. |
Thanks. Tested on a newly created project and it does work, despite the warnings from the cache module. Will need some time to poke around and see why it came up. |
I just created an absolutely fresh project with Xcode 15.0 and added the PINRemoteImage SPM package to the project. I created an empty swift file with |
Hi,
They could review the possibility of adding Package.swift manifest to support Swift Package Manager
it's likely they'll have to wrap some of their code in
#if canImport(UIKit)
import UIKit
#endif
The text was updated successfully, but these errors were encountered: