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

Recent version is targeted to iOS 10 and has issue when it used with the KingFisher integration #436

Open
villajohn opened this issue May 17, 2022 · 2 comments

Comments

@villajohn
Copy link

I'm using CI to build my App. So I can't change the target.

/Users/[REDACTED]/git/Pods/ImageSlideshow/ImageSlideshow/Classes/InputSources/KingfisherSource.swift:13:8: compiling for iOS 10.0, but module 'Kingfisher' has a minimum deployment target of iOS 12.0: /Users/[REDACTED]/Library/Developer/Xcode/DerivedData/KirOps-fyjarvswqgnloecwjincivxnewga/Build/Intermediates.noindex/ArchiveIntermediates/KirOps/BuildProductsPath/Release-iphoneos/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/arm64-apple-ios.swiftmodule

@candevecioglu
Copy link

Hi @villajohn
You need to change Kingfisher iOS Deployment Target as "iOS 12.0". It worked for me.

@villajohn
Copy link
Author

villajohn commented Jun 26, 2022 via email

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

No branches or pull requests

2 participants