Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Error building in DevOps #409

Open
johnn82 opened this issue May 11, 2020 · 1 comment
Open

Error building in DevOps #409

johnn82 opened this issue May 11, 2020 · 1 comment

Comments

@johnn82
Copy link

johnn82 commented May 11, 2020

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.

`

@KazysNoobiys
Copy link

KazysNoobiys commented May 14, 2021

Same problem. Is there a solution?

Upd. Solved this problem. To do this, I installed the Xamarin.Google.iOS.SignIn package in the ios project.

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

No branches or pull requests

2 participants