xamarin / GoogleApisForiOSComponents

MIT License
225 stars 161 forks source link

undefined symbol: _kFIRLoggerMLKit #606

Open omatrot opened 1 year ago

omatrot commented 1 year ago

I can't build my Xamarin.iOS App where I would use FCM Messaging. Here is the error message:

MTOUCH : error MT5210: Native linking failed, undefined symbol: _kFIRLoggerMLKit. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.

I have followed the instructions, and added the following code in FinishedLaunching

Firebase.Core.App.Configure();
Messaging.SharedInstance.Delegate = this;

I've also tried to install the MLKit.Common nuget, but this does not solve the problem.