You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I can compile without error on my mac.
I'm unable to compile on a build pipeline in DevOps. Getting these errors.
`MTOUCH : error MT5214: Native linking failed, undefined symbol: _kGIDSignInErrorDomain. This symbol was referenced by the managed member Google.SignIn.SignIn.SignInErrorDomainKey. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDSignInButton. The symbol 'OBJC_CLASS$_GIDSignInButton' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDSignIn. The symbol 'OBJC_CLASS$_GIDSignIn' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDGoogleUser. The symbol 'OBJC_CLASS$_GIDGoogleUser' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDProfileData. The symbol 'OBJC_CLASS$_GIDProfileData' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDAuthentication. The symbol 'OBJC_CLASS$_GIDAuthentication' could not be found in any of the libraries or frameworks linked with your application.
`
The text was updated successfully, but these errors were encountered:
I'm currently using this plugin https://github.com/CrossGeeks/GoogleClientPlugin
which uses these libs:
Xamarin.Google.iOS.SignIn
Xamarin.Firebase.iOS.Core
I can compile without error on my mac.
I'm unable to compile on a build pipeline in DevOps. Getting these errors.
`MTOUCH : error MT5214: Native linking failed, undefined symbol: _kGIDSignInErrorDomain. This symbol was referenced by the managed member Google.SignIn.SignIn.SignInErrorDomainKey. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDSignInButton. The symbol 'OBJC_CLASS$_GIDSignInButton' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDSignIn. The symbol 'OBJC_CLASS$_GIDSignIn' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDGoogleUser. The symbol 'OBJC_CLASS$_GIDGoogleUser' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDProfileData. The symbol 'OBJC_CLASS$_GIDProfileData' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH : error MT5211: Native linking failed, undefined Objective-C class: GIDAuthentication. The symbol 'OBJC_CLASS$_GIDAuthentication' could not be found in any of the libraries or frameworks linked with your application.
`
The text was updated successfully, but these errors were encountered: