Texture
Texture copied to clipboard
Linker error when using `ASPINRemoteImageDownloader` installed via Carthage
I am struggling with installation through Carthage.
The package is all installed well, but the problem happened when using ASPINRemoteImageDownloader.
Encountered error was: error build: Undefined symbol: _OBJC_CLASS_$_ASPINRemoteImageDownloader
Details are as follows :
- installed through : Carthage
- way to reproduce :
- installation via Carthage
- type
ASPINRemoteImageDownloaderon Xcode (e.g.: let e = ASPINRemoteImageDownloader)
- full transcript :
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_ASPINRemoteImageDownloader", referenced from:
objc-class-ref in SearchViewController.o
ld: symbol(s) not found for architecture arm64
- Environment
- M1 Mac
- Texture : 3.0.1 (The error also reproduced version 2.7.0)
- Xcode : 14.0
Does anyone meet this error? Any help would be appreciated 🙏🙏
The issue seems to have NOT been resolved since 2017: https://github.com/TextureGroup/Texture/issues/256