zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.77k stars 475 forks source link

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

Open villajohn opened 2 years ago

villajohn commented 2 years ago

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 commented 2 years ago

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

villajohn commented 2 years ago

Thank you

Jhon