I built a Xamarin Unified API app. When I build it using Armv7 + Arm64 architecture everything is ok. But when I try to build it in the armv7s architecture I get errors related to a third party component - SDWebImage. The SDWebImage is added as a Component and not as a binding project (so I can't just add the [Protocol] attribute). The next error is 1 of 8 errors I get. Each for different class of the component. Anyone?
Error MT5211: Native linking failed, undefined Objective-C class: _OBJC_CLASS_$_SDWebImagePrefetcher. If '_OBJC_CLASS_$_SDWebImagePrefetcher' is a protocol from a third-party binding, please check that it has the [Protocol] attribute in its api definition file, otherwise verify that all the necessary frameworks have been referenced and native libraries are properly linked in.