From 54c433d38e5e867ffa5c09b02b07f1a056242d2c Mon Sep 17 00:00:00 2001 From: buymyhubs <97858123+buymyhubs@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:16:45 -0500 Subject: [PATCH] Fix typo with iOS build instructions --- articles/getting_started/platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started/platforms.md b/articles/getting_started/platforms.md index 35604f5e..5dc09bc2 100644 --- a/articles/getting_started/platforms.md +++ b/articles/getting_started/platforms.md @@ -101,7 +101,7 @@ Building for Android also requires the Java 11 JDK (we recommend that you use [t The iOS platform uses [Xamarin.iOS](https://docs.microsoft.com/en-us/xamarin/ios/). **OpenGL** is used for graphics, and OpenAL for audio. -Building for Android requires the .NET Xamarin component to be installed. You can install it with the Visual Studio installer (if you are using Visual Studio) or with the CLI command `dotnet workload install ios` (if you are working with Rider, VS Code, or the CLI). +Building for iOS requires the .NET Xamarin component to be installed. You can install it with the Visual Studio installer (if you are using Visual Studio) or with the CLI command `dotnet workload install ios` (if you are working with Rider, VS Code, or the CLI). The latest version of Xcode will also be required.