We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using AlamofireImage in my iOS project, but facing this weird issue while building the project,
ld: Undefined symbols: protocol witness table for __C.UIImageView : Alamofire.AlamofireExtended in AlamofireImage, referenced from: com.sample.ListViewController.tableView(_: __C.UITableView, willDisplay: __C.UITableViewCell, forRowAt: Foundation.IndexPath) -> () in ListViewController.o com.sample.ListViewController.tableView(_: __C.UITableView, didEndDisplaying: __C.UITableViewCell, forRowAt: Foundation.IndexPath) -> () in ListViewController.o clang: error: linker command failed with exit code 1 (use -v to see invocation)
Alamofire version: 5.10.1 Xcode version: 15.2 Swift version: 5 Platform(s) running AlamofireImage: iOS macOS version running Xcode: Sonoma 14.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using AlamofireImage in my iOS project, but facing this weird issue while building the project,
Alamofire Environment
Alamofire version: 5.10.1
Xcode version: 15.2
Swift version: 5
Platform(s) running AlamofireImage: iOS
macOS version running Xcode: Sonoma 14.6
The text was updated successfully, but these errors were encountered: