Maybe a library consisting of a class ADAuthenticationContextis not compiled for architecture arm64, only for armv7/ armv7s.
You can disable support arm64in your project by changing the Supported architectures and Acceptable architectures in the Build Settings , and then the link should work to compile this case.
Please note: the App Store will not accept your application without support arm64.
Try updating your library or recompiling it yourself if possible.
source
share