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
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 🙏🙏
The text was updated successfully, but these errors were encountered:
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 🙏🙏
The text was updated successfully, but these errors were encountered: