From bed82233cae5844e50bc665ceb08852604714ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Tue, 5 Nov 2024 08:53:56 -0500 Subject: [PATCH] docs: Adjust hot restart limitation for release builds --- doc/articles/create-an-app-vs2022.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/create-an-app-vs2022.md b/doc/articles/create-an-app-vs2022.md index 96a265b868a6..106fdae6bb28 100644 --- a/doc/articles/create-an-app-vs2022.md +++ b/doc/articles/create-an-app-vs2022.md @@ -104,6 +104,8 @@ To debug for **iOS**: > [!NOTE] > If no iOS devices are available, a Visual Studio 17.7+ issue may require unloading/reloading the project. Right-click on the `MyApp` project and select **Unload Project** then **Load project**. + > [!IMPORTANT] + > When using a device connected to a Windows PC, the Release build configuration is not supported. An actual macOS machine is required. ### [**Android**](#tab/Android)