Unable to import KingfisherSwiftUI despite using Kingfisher 6.1.1 #1777
-
In a project that already uses Kingfisher 6.1.1, when trying to import KingfisherSwiftUI I get the error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
From version 6, the SwiftUI support is a part of the Kingfisher library, there is no standalone KingfisherSwiftUI anymore. So you just need |
Beta Was this translation helpful? Give feedback.
-
@onevcat I'm facing below issue with Xcode 13, sorry for putting it here: *** Building scheme "KingfisherSwiftUI" in Kingfisher.xcworkspace This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/ry/j50lnscs7p11r80mr5m82_8h0000gn/T/carthage-xcodebuild.sHIafd.log here is whats mentioned in the logs : ** ARCHIVE FAILED ** The following build commands failed: here is the original question: #1813 |
Beta Was this translation helpful? Give feedback.
From version 6, the SwiftUI support is a part of the Kingfisher library, there is no standalone KingfisherSwiftUI anymore. So you just need
import Kingfisher
and useKFImage
.