-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Trying to build maui project with AdamE.Google.iOS.Maps 9.2.0.5 ends in muliple errors:
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk.net9.0_18.2\18.2.9180\tools\msbuild\Xamarin.Shared.targets(456,3): error : Bundle Resource 'GoogleMaps.bundle/Assets.car' not found on disk (should be at 'C:\Users\xxx\AppData\Local\XamarinBuildDownloadCache\GMps-9.2.0\Maps\Resources\GoogleMapsResources\GoogleMaps.bundle\Assets.car')
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk.net9.0_18.2\18.2.9180\tools\msbuild\Xamarin.Shared.targets(456,3): error :
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk.net9.0_18.2\18.2.9180\tools\msbuild\Xamarin.Shared.targets(456,3): error : Bundle Resource 'GoogleMaps.bundle/bubble_left.png' not found on disk (should be at 'C:\Users\xxx\AppData\Local\XamarinBuildDownloadCache\GMps-9.2.0\Maps\Resources\GoogleMapsResources\GoogleMaps.bundle\bubble_left.png')
To Reproduce
Steps to reproduce the behavior:
- create new maui project
- add reference to nuget AdamE.Google.iOS.Maps 9.2.0.5
- build
Happens on both windows machine and mac. Looking at the folder i see that in
C:\Users\xxx\AppData\Local\XamarinBuildDownloadCache\GMps-9.2.0\Maps there is Frameworks folder but no Resources folder directly (Resources with those files is way deeper under Maps\Frameworks\GoogleMaps.framework\Resources)
- OS: windows 11, macos 15.4
- IDE (if applicable): VS/VS code
- .NET version 8/9