TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
220 stars 49 forks source link

Error loading partial Info.plist template file on version 3.0.0 #330

Open pedrocordeiromendes opened 3 months ago

pedrocordeiromendes commented 3 months ago

Hello, I'm trying to send track screen events to Google Analytics using Plugin.Firebase on .net 8 MAUI for Android and iOS. When installing the latest Plugin.Firebase.Analytics version (3.0.0), msbuild returns the following error:

C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\17.2.8053\tools\msbuild\iOS\Xamarin.Shared.targets(546,3): error : Error loading partial Info.plist template file 'obj\Debug\net8.0-ios\ios-arm64\resizetizer\sp\MauiInfo.plist': Could not find a part of the path 'C:\GIT\UNP\AM\Solutions\App Clientes\Source\APP\obj\Debug\net8.0-ios\ios-arm64\resizetizer\sp\MauiInfo.plist'.

Can you help? Thanks in advance, Pedro