MAUI RC1 is not compatible with Xamarin.iOS NuGet packages #6221
Labels
platform/iOS 🍎
s/needs-verification
Indicates that this issue needs initial verification before further triage will happen
t/bug
Something isn't working
Description
There is an issue with MAUI not being compatible with Xamarin.iOS packages the same way as it is compatible with Xamarin.Android packages. For example:
If you reference a Xamarin iOS package like Xamarin.Google.iOS.Maps, the package will be installed in all of the platforms (android, ios, maccatalyst, windows), and the classes will not be available to be referenced inside the “Platforms.iOS” project.
The same does not happen with Xamarin.Android packages such as Xamarin.GooglePlayServices.Maps. When installing the package, it is installed only inside the Android platform, and the package can be normally referenced inside the “Platforms.Android” project.
The same behavior can be observed on other Xamarin packages as well.
Steps to Reproduce
Google.Maps.Loader loader = new Google.Maps.Loader();
Android.Gms.Maps.MapFragment map = new Android.Gms.Maps.MapFragment();
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
Visual Studio 17.2.0 Preview 3.0 (Windows); MAUI RC1; Xamarin.iOS 15.9.0.100; Xamarin.Android 12.3.0.3
Did you find any workaround?
No workaround found so far.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: