Skip to content
Open
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
14 changes: 5 additions & 9 deletions sites/docs/src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,11 @@ an iOS physical device or on the iOS Simulator.
$ xcodebuild -downloadPlatform iOS
```

1. <h3>Install Rosetta</h3>

If you're developing on an [Apple Silicon][] (ARM) Mac,
[install Rosetta 2][]:

```console
$ sudo softwareupdate --install-rosetta --agree-to-license
```
:::note
As of Flutter 3.41.x and 3.44,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will be 3.41.9, though we'll know for sure once flutter/flutter@6a4dc79 hits the stable branch.
You can also say "As of Flutter 3.41.9", there's no reason to mention 3.44 here.

Suggested change
As of Flutter 3.41.x and 3.44,
As of Flutter 3.41.9

Rosetta is no longer required to build and run
iOS apps on [Apple Silicon][] Macs.
:::

1. <h3>Install CocoaPods</h3>

Expand All @@ -98,7 +95,6 @@ an iOS physical device or on the iOS Simulator.

[xcode]: https://developer.apple.com/xcode/
[Apple Silicon]: https://support.apple.com/en-us/116943
[install Rosetta 2]: https://support.apple.com/en-us/102527
[cocoapods]: https://guides.cocoapods.org/using/getting-started.html#installation
[Flutter plugins]: /packages-and-plugins/developing-packages#types
[CocoaPods installation guide]: https://guides.cocoapods.org/using/getting-started.html#installation
Expand Down
Loading