VS2022 17.3 Preview 1.1 - Missing Xamarin SDKs

VS2022 17.3 Preview 1.1 - Missing Xamarin SDKs

ยท

1 min read

.NET MAUI went GA last week ๐ŸŽ‰ with the release of Visual Studio 2022 17.3 Preview 1.1 on Windows. Unfortunately updating to this version of Visual Studio breaks development of Xamarin apps for iOS because by default it uninstalls the Xamarin SDKs! ๐Ÿ™ˆ Fortunately I have a quick fix so you can continue to develop Xamarin.iOS and Xamarin.Forms apps alongside your .NET MAUI apps with Visual Studio 2022 17.3 Preview 1.1. ๐Ÿ˜

Visual Studio Installer

  1. Open the Visual Studio Installer and click the Modify button on your Visual Studio 2022 Preview installation.
  2. On the right-hand side open the .NET Multi-platform App UI node.
  3. Open the Optional node under .NET MAUI.
  4. Check the Xamarin SDKs node to install the Xamarin SDKs.
  5. Click Modify.

Install Xamarin SDKs

The Visual Studio installer will now download and re-install your missing Xamarin SDKs. ๐Ÿฅณ

ย 

ย 

Cover image includes a background vector created by sentavio from www.freepik.com.

ย