Problem building on a Mac M1 (ARM) #78
|
Hi, I'm using Analytics, Crashlytics and RemoteConfig in my project. I added the Target mentioned in the README to my .csproj. I also explicitly added Installations per the instructions. When I build (on a Mac M1 ARM) I get this error. Anybody had a similar problem? I tried explicitly adding the AdamE.Google.iOS.GoogleAppMeasurement hoping that it would force the directory to be created but it didn't help. |
Answered by
bitzeal-johan
Feb 27, 2025
Replies: 1 comment
|
It turned out deleting |
0 replies
Answer selected by
bitzeal-johan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turned out deleting
~/Library/Caches/XamarinBuildDownloadand then rebuilding fixed it.