From a296a2d27564b1470f441f7d9624eee9c89dd4d1 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" Date: Fri, 17 Jul 2026 06:24:11 -0700 Subject: [PATCH 1/2] Add a note about how to enable developer mode on an iOS device --- sites/docs/src/content/platform-integration/ios/setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sites/docs/src/content/platform-integration/ios/setup.md b/sites/docs/src/content/platform-integration/ios/setup.md index c4052fc2786..2296ae9b81f 100644 --- a/sites/docs/src/content/platform-integration/ios/setup.md +++ b/sites/docs/src/content/platform-integration/ios/setup.md @@ -138,6 +138,14 @@ Set up each iOS device on which you want to test. Apple requires enabling **[Developer Mode][]** on the device to protect against malicious software. + :::note + If the **Developer Mode** option is not visible + under **Settings > Privacy & Security**, connect the device + to your Mac, unlock it, and trust the computer. + Open Xcode (or run `flutter run`) to configure the device, + which makes the option appear. + ::: + 1. Tap on **Settings** > **Privacy & Security** > **Developer Mode**. From 2fa913fb14b87117927a9c77553550bf007022a9 Mon Sep 17 00:00:00 2001 From: Shams Zakhour <44418985+sfshaza2@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:26:42 -0700 Subject: [PATCH 2/2] Update sites/docs/src/content/platform-integration/ios/setup.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- sites/docs/src/content/platform-integration/ios/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/platform-integration/ios/setup.md b/sites/docs/src/content/platform-integration/ios/setup.md index 2296ae9b81f..dccd8757e87 100644 --- a/sites/docs/src/content/platform-integration/ios/setup.md +++ b/sites/docs/src/content/platform-integration/ios/setup.md @@ -142,7 +142,7 @@ Set up each iOS device on which you want to test. If the **Developer Mode** option is not visible under **Settings > Privacy & Security**, connect the device to your Mac, unlock it, and trust the computer. - Open Xcode (or run `flutter run`) to configure the device, + Open Xcode (or run `flutter run`) to initiate device configuration, which makes the option appear. :::