-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Xcode13 canImport is not recognized #1816
Comments
++ |
Reproduced when use SwiftPM, maybe problem here Add via cocoapods solve problem |
You guys should browse the existing issues before creating a new one. Anyway, the resolution is rather simple: upgrade to Kingfisher 7.0.0. While it might be also catastrophic depending on your project, since you have to drop support for all users under iOS 12.0. Check issue#1802 and issue#1725. Also this migration guide. |
It's not catastrofic to drop support for iOS 12.0, but it is to drop support for iOS 13.0, if the app is written in SwiftUI like in my case |
@andrei115 For SwiftUI support, it is the planned dropping of iOS 13 support (and starting from iOS 14) since we need to use |
@onevcat I know, but still...I am not able to get away with not supporting ios 13 for a production grade app, considering it accounts to about 8% of user base. |
@andrei115 |
use Xcode13 Archive , happen not find 'Binding' and not find 'Image'
The text was updated successfully, but these errors were encountered: