-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: first hourThe first hour of using FlutterThe first hour of using FluttertoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Introduced in #114558
In #120697 users are hitting the "incorrect architecture" error on an Intel machine:
null
This binary was built with the incorrect architecture to run on this machine.
Flutter requires the Rosetta translation environment. If you are on an ARM Mac, try running:
sudo softwareupdate --install-rosetta --agree-to-license
- Rosetta is only required on an arm Mac, rearrange those sentences.
- Specify what executable has the wrong architecture. In the case of Error after upgrading to 3.7.3 on Intel Mac: This binary was built with the incorrect architecture to run on this machine. #120697 (comment) it was
java -version, but that wasn't clear in the error. - Avoid the
null.
Metadata
Metadata
Assignees
Labels
a: first hourThe first hour of using FlutterThe first hour of using FluttertoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.