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 ASPINRemoteImageDownloader on 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 🙏🙏
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 :
ASPINRemoteImageDownloader
on Xcode (e.g.: let e = ASPINRemoteImageDownloader)Does anyone meet this error? Any help would be appreciated 🙏🙏