# VS2022 17.3 Preview 1.1 - Missing Xamarin SDKs

.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](https://cdn.hashnode.com/res/hashnode/image/upload/v1654192738678/xrIlD5sNz.webp align="center")

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](https://cdn.hashnode.com/res/hashnode/image/upload/v1654192747832/81fpL79Uu.webp align="center")

The Visual Studio installer will now download and re-install your missing Xamarin SDKs. 🥳

&nbsp;

&nbsp;

Cover image includes a background vector created by sentavio from [www.freepik.com](https://www.freepik.com/vectors/isometric-laptop).

