You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture arm64:
"_swift_getOpaqueTypeConformance", referenced from:
_$s10Kingfisher7KFImageV7SwiftUI4ViewAA4BodyAdEP_AGWT in libKingfisher.a(KFImage.o)
_$s10Kingfisher15KFImageRendererV7SwiftUI4ViewAA4BodyAdEP_AGWT in libKingfisher.a(KFImage.o)
_$s10Kingfisher16KFImage_PreviewsV7SwiftUI15PreviewProviderAA0C0AdEP_AD4ViewPWT in libKingfisher.a(KFImage.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I guess it is not likely an issue of Kingfisher, but something when you build the libKingfisher.a yourself. I would suggest you check your build settings.
Undefined symbols for architecture arm64:
"_swift_getOpaqueTypeConformance", referenced from:
_$s10Kingfisher7KFImageV7SwiftUI4ViewAA4BodyAdEP_AGWT in libKingfisher.a(KFImage.o)
_$s10Kingfisher15KFImageRendererV7SwiftUI4ViewAA4BodyAdEP_AGWT in libKingfisher.a(KFImage.o)
_$s10Kingfisher16KFImage_PreviewsV7SwiftUI15PreviewProviderAA0C0AdEP_AD4ViewPWT in libKingfisher.a(KFImage.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing Recent Messages
Undefined symbol: _swift_getOpaqueTypeConformance
The text was updated successfully, but these errors were encountered: