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)