Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linker error when using ASPINRemoteImageDownloader installed via Carthage #2076

Open
elesahich opened this issue Jan 31, 2023 · 1 comment
Open

Comments

@elesahich
Copy link

elesahich commented Jan 31, 2023

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
Copy link
Author

The issue seems to have NOT been resolved since 2017: #256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant