-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not building with Visual Studio 17.10.4 #320
Comments
You should probably include the error message as well. |
MauiApp1.zip There is no error but the build process is stuck in a continuous loop. build process is stuck in a continuous loop while using multi target with Plugin.Firebase ("3.0.0") Note: I am checking this scenario in Windows Laptop with Visual Studio(17.10.4). Please find the attached Zip file for sample project |
A build log would be helpful. Without that, try clearing your XamarinBuildDownload cache and make sure you've followed all of the instructions at https://github.com/AdamEssenmacher/GoogleApisForiOSComponents |
Hi Adam, This is the build log. I cleared XamarinBuildDownload cache and followed all of the instructions at (https://github.com/AdamEssenmacher/GoogleApisForiOSComponents) I also added 1 sample project with minimal configuration. I am building in Windows 11 |
Hi Adam, I am able to solve it after building Android and iOS separately before opening the Visual Studio. dotnet build -f net8.0-android34.0 |
I recently updated Visual Studio from 17.10.2 to 17.10.4.
After this update solutions is not building due to Plugin.Firebase. Is this known issue?
The text was updated successfully, but these errors were encountered: