I run or build an app successfully but when I archive an app, I have an error "No such module 'Kingfisher'" after I archived in Xcode 12.1. [1]: https://i.stack.imgur.com/M9kQM.png I made an app with min iOS 9.0. I've tried the solution from the link "No such module" error when archiving but it didn't work. The error is just the same. But, the answers on the link are mostly users build on iOS 10 or 11 and they said it worked. I've tried reinstalling the pods, clearing derived data, but it doesn't work. In my Podfile uses iOS 9 like the image below. [2]: https://i.stack.imgur.com/ujUSD.png Should I upgrade the iOS version from iOS 9.0 to be higher?
“No such module 'Kingfisher'” error when archiving
1.5k Views Asked by satya dharmawan At
2
There are 2 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in SWIFT4
- Converting from Swift string to const char*
- Easiest way to set custom inputview to all textFields globally
- Swift mac app, run terminal command without knowing the path (so it looks in every path in $PATH)?
- Smart KeyPaths in Swift 4 not working properly
- Horizontal collection view not working
- Swift 4 Codable Array's
- Get the value of a Swift variable from a constructed name
- Swift 4 json decoder error flickr
- Using external libraries in Swift 4 playground
- Swift 4 Objective-C Runtime and casting to NSObjectProtocol
- Swift 4.0 Decoder error with closure property
- When activating a constraint, is the constraint relative to the view's parent view or the super view?
- In-app "Quick Actions" for 3D Touch
- How to set JSON output into UILabel in Swift 4.0?
- Integrating Unity 5.6.2 with ARKit to Swift project
Related Questions in XCODE12
- Use ViewRouter in SwiftUI Project in Xcode 12
- "Spotlight quit unexpectedly" in MacOS Catalina version 10.15.4, This crash happening after I have installed Xcode 12
- Alamofire carthage update not working for Xcode 12 Simulator
- replace Tabbar with toolbar in SwiiftUI 2.0
- Since iOS 14, my app does not display images only when with the debugger or a device with iOS 13. Also, the keyboard won't show all keys
- Since Xcode 12 uitextfields of existing project has black background
- Crash in the execution of a queue glmtl.telemetry
- How to debug Widget Xcode 12
- Array cannot be inferred Error in Xcode 12 with Swift 5
- How should I use AudioFileStreamOpen Xcode 12
- Why the Resources direrctory is not visible on my project navigatior
- iOS Simulator is Crashing on startup
- SwiftUI HStack within a scroll view not showing images correctly
- Where is debug view hierarchy button in Xcode 12
- Xcode 12 - Download more simulators runtime is empty
Related Questions in KINGFISHER
- Best practice for storing and uploading multiple images from ImagePicker (iOS)
- Save image downloaded using Kingfisher to Document Directory
- KingFisher + UICollectionView + XCTest with NSURLSession mocking doesn't load images
- UICollectionView slider image is not showing
- Can't display image from url using Kingfisher
- “No such module 'Kingfisher'” error when archiving
- Swift UI + iOS 14.5 + Kingfisher + NavigationLink View
- Kingfisher crashes on SessionDelegate.remove()
- Cant display image in UICollectionView cell
- SwiftUI: Kingfisher KFImage flashing images within LazyHStack
- Why did kingfisher create cacheFileName using md5?
- How to load data in the collectionview from JSON to Swift by using Alamofire and Kingfisher
- How do I make Kingfisher KFImage "reload" or "refresh" a view when the locally cached image has been updated?
- Download image with Kingfisher from Firebase Storage
- SwiftUI, can't load the image by URL with PageTabViewStyle
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

Im not sure if it is 100% related. But it seems that Kingfisher is supporting minimum iOS version 10. So for your question yes. I’d try to raise it.
Podspec - https://github.com/onevcat/Kingfisher/blob/master/Kingfisher.podspec