Native linking failed when installed in VS2022
Darius-Flynn opened this issue ยท 1 comments
Darius-Flynn commented
๐ Bug Report
I installed this plugin in my Xamarin.iOS project using VS2022 and I get a lot of "native linking errors" such as this one for example:
Error MT5210: Native linking failed, undefined symbol: _GULIsLoggableLevel. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210)
I tried deleting my bin/obj and XamarinBuildDownload folders but I still get this error.
Version: 3.4.25
Darius-Flynn commented
I changed the minimum OS version in my info.plist to 11 and I can build again.
<key>MinimumOSVersion</key>
<string>11.0</string>