Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sites/docs/src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 initiate device configuration,
which makes the option appear.
:::

1. Tap on **Settings** <span aria-label="and then">></span>
**Privacy & Security** <span aria-label="and then">></span>
**Developer Mode**.
Expand Down
Loading