Closed coop-tim closed 4 months ago
The project is building for me just fine on Mac. Since you're on Windows, my first thought would be to check the long file path issue: https://github.com/AdamEssenmacher/GoogleApisForiOSComponents/issues/13
Did that help @coop-tim ?
Hi @AdamEssenmacher - @coop-tim should be able to respond next week but from my understanding we're aware of the long filenames issue and have worked around that. I'm able to build on my windows machine but I can see the issue presented itself on azure pipelines as I can see our most recent pipeline builds are failing with these errors.
I wasn't present during the initial investigations so I'll let @coop-tim update you on that.
Confirmed it's working for me following the new readme steps as well as a bin/obj delete. I thought I had followed all those steps multiple times but at least it works now. I'd probably add the bin/obj delete to your steps as the first step, in case people have already tried other things. Thanks so much for your help.
Firstly, thank you for your hard work updating these bindings. I've tried to update to them but can't get the AdamE.Firebase.iOS.Analytics package to build for iOS.
Environment Windows 11 Visual Studio Enterprise 17.11.0 Preview 1.1 paired to Mac 14.5 XCode 15.3 Targeting iOS 17.4 .NET 8
Error
I also get warnings
Repro https://github.com/coop-tim/maui-sample/tree/feature/adame
I've tried the usual clearing of XamarinBuildDownloadCache, bin/obj, Xamarin folders etc as well as a dotnet restore.
Any advice appreciated