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.
when adding Xamarin.Firebase.iOS.Analytics and building on Windows with a paired Mac I receive the following error:
Severity Code Description Project File Line Suppression State
Error linker command failed with exit code 1 (use -v to see invocation) MyProject.iOS
Error framework not found GoogleAppMeasurement MyProject.iOS
Error Native linking failed. Please review the build log and the user flags provided to gcc: -ObjC -lc++ -lsqlite3 -lz -ObjC -lc++ -lsqlite3 -lz MyProject.iOS
Error warning: directory not found for option '-FC:/Users/chris/AppData/Local/XamarinBuildDownloadCache/GAppM-6.4.1/Frameworks' MyProject.iOS
Microsoft Visual Studio Enterprise 2019 Version 16.6.0 (Windows)
Visual Studio for Mac Enterprise Version 8.6 (build 4520) (Mac)
Xamarin.Forms 4.6.0.800
Xamarin.Firebase.iOS.Analytics 6.4.1
When building directly on the Mac it works though.
The text was updated successfully, but these errors were encountered:
Hello,
I do have the same issue but on macOS.
When creating new project - everything is okay and running just fine. But after adding Firebase.iOS packages - I get this error of missing GoogleAppMeasurement framework. The Cache folder is empty.
Hi,
when adding
Xamarin.Firebase.iOS.Analytics
and building on Windows with a paired Mac I receive the following error:When building directly on the Mac it works though.
The text was updated successfully, but these errors were encountered: