Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove alert about needing to install Rosetta on Apple Silicon Mac #7119

Closed
wants to merge 1 commit into from

Conversation

mewfree
Copy link

@mewfree mewfree commented May 12, 2022

Description of what this PR is changing or adding, and why:
With the release of Flutter 3.0.0 with native Arm64 support on macOS, I believe Rosetta is not necessary anymore.
I was able to install Flutter SDK version 3.0.0 on my M1 MacBook Pro and create a new app, launch a simulator etc... without ever installing Rosetta.

Issues fixed by this PR (if any):

Presubmit checklist

@google-cla
Copy link

google-cla bot commented May 12, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@domesticmouse
Copy link
Contributor

PTAL @jmagman

@jmagman
Copy link
Member

jmagman commented May 12, 2022

I only just added this instruction.
Rosetta is still necessary, several of the binaries shipped in the SDK are still x64, like the one that proxies iOS to macOS ports, as well as the gen_snapshot that creates the x64 macOS app release binaries on M1 so users on Intel Macs can install your app.

The most important binaries like dart, macOS and iOS simulator Flutter frameworks are running natively as arm64 though.

@jmagman jmagman closed this May 12, 2022
@jmagman
Copy link
Member

jmagman commented May 13, 2022

@mewfree
Copy link
Author

mewfree commented May 13, 2022

Thank you for the explanation and link to the other issue to make Flutter 100% ARM native on macOS!

@dsokoloski

This comment was marked as off-topic.

@SametSahin10
Copy link

Do we still need to install Rosetta on Apple Silicon machines?

@jmagman
Copy link
Member

jmagman commented Mar 14, 2023

Yes, you can follow along at flutter/flutter#69157.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants