Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Linker error when using `ASPINRemoteImageDownloader` installed via Carthage

Open elesahich opened this issue 3 years ago • 1 comments

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 :
    1. installation via Carthage
    2. 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 🙏🙏

elesahich avatar Jan 31 '23 14:01 elesahich

The issue seems to have NOT been resolved since 2017: https://github.com/TextureGroup/Texture/issues/256

elesahich avatar Feb 03 '23 04:02 elesahich