Categories
.NET .NET 8 .NET 9 .NET MAUI Android Blazor C# Desktop Developer General Hybrid iOS macOS Mobile Tools Visual Studio Web Windows Xamarin Xamarin.Forms

.NET MAUI 8 Supports Apple Xcode 16: How to Update

Following its annual release cadence, Apple formally announced its updated hardware and software during the Apple Event in early September.

iOS and iPadOS have been upgraded to v18, while macOS has been elevated to v15, codenamed Sequoia. Additionally, the dev tool Apple Xcode has been updated to v16.

Regardless of the development framework, apps submitted to the App Store must always target the most recent iOS SDK. Therefore, support for the latest version of Xcode is crucial.

.NET MAUI has announced its support for Apple Xcode 16 in the stable channel of .NET 8 SDK. More details here.

For .NET 9, preview support is planned for the release of .NET 9 RC2, while official support is planned for the GA release of .NET 9 in November.

The recent .NET 9 RC2 release with preview support for Apple Xcode 16 is now available. You can update to this version by downloading and installing the latest SDK from the official SDK downloads page followed by the necessary workload installation.

To install this workload update, exclusive for Xcode 16, open the Terminal and execute the following command in the context of .NET 8.

Check the version of .NET:

dotnet --version

Note: In macOS, it is essential to prefix commands with sudo to elevate user privileges for workload install and update.

dotnet workload update

If not already installed, then it can be installed with the below command:

dotnet workload install ios

Then verify that the workload below is installed. The version that supports this Apple Xcode 16 has build # 8303 or higher.

dotnet workload list
.NET MAUI 8 - Workload update to support Apple Xcode 16
.NET MAUI 8 – Workload update to support Apple Xcode 16

Happy coding. Stay connected as we continue to learn and share the experiences from this exciting journey of being a .NET developer.

By Vijay Anand E G

A software professional with over a decade long industry experience in developing products that spans across desktop, mobile, and web.

2 replies on “.NET MAUI 8 Supports Apple Xcode 16: How to Update”

If you folks still don’t see this Xcode 16 supported iOS workload update, make sure you’re using the latest version of .NET 8 SDK (version 8.0.402) as this is released on top of that. Happy coding.

Comments are closed.

Discover more from Developer Thoughts

Subscribe now to keep reading and get access to the full archive.

Continue reading