we are facing the issue after updating the Xcode 14.3
/Users/ankit/Library/Developer/Xcode/DerivedData/ProjectName/ dhfelfdsyohhzxfkhlcejfrdx/SourcePackages/checkouts/Kingfisher/Sources/SwiftUI/KFImageRenderer.swift:48:63 Initializer for conditional binding must have Optional type, not ‘AnyView’
2
Answers
I used to have the same problem.
pod ‘Kingfisher’, ‘7.6.1’
And then pod install, you can solve the problem.
If you are using Swift Package Manager,