-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowneeds repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyt: flutter doctorProblem related to the "flutter doctor" toolProblem related to the "flutter doctor" tooltoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Flutter doesn't work on my 2019 Intel MacBook Pro after upgrading to version 3.7.3. Version 3.7.0 doesn't work either.
Steps to Reproduce
- Choose stable channel
- flutter upgrade
- flutter doctor
MacBook specs:
2,6 GHz 6-Core Intel Core i7
MacOS Ventura 13.0.1 (22A400)
flutter upgrade:
Flutter is already up to date on channel stable
Flutter 3.7.3
• channel stable
• https://github.com/flutter/flutter.git
Logs
Logs
flutter doctor -v:
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
#0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1 _throwFileSystemException (package:flutter_tools/src/base/error_handling_io.dart:840:3)
#2 _handleMacOSException (package:flutter_tools/src/base/error_handling_io.dart:779:5)
#3 _runSync (package:flutter_tools/src/base/error_handling_io.dart:619:7)
#4 ErrorHandlingProcessManager.runSync (package:flutter_tools/src/base/error_handling_io.dart:717:12)
#5 _DefaultProcessUtils.runSync (package:flutter_tools/src/base/process.dart:376:51)
#6 AndroidStudio._init (package:flutter_tools/src/android/android_studio.dart:458:39)
#7 new AndroidStudio (package:flutter_tools/src/android/android_studio.dart:40:5)
#8 AndroidStudio.fromMacOSBundle (package:flutter_tools/src/android/android_studio.dart:90:12)
#9 AndroidStudio._allMacOS.<anonymous closure> (package:flutter_tools/src/android/android_studio.dart:316:68)
#10 MappedListIterable.elementAt (dart:_internal/iterable.dart:415:31)
#11 ListIterator.moveNext (dart:_internal/iterable.dart:344:26)
#12 WhereTypeIterator.moveNext (dart:_internal/iterable.dart:871:20)
#13 new _GrowableList._ofOther (dart:core-patch/growable_array.dart:202:26)
#14 new _GrowableList.of (dart:core-patch/growable_array.dart:152:26)
#15 new List.of (dart:core-patch/array_patch.dart:52:28)
#16 Iterable.toList (dart:core/iterable.dart:470:12)
#17 AndroidStudio._allMacOS (package:flutter_tools/src/android/android_studio.dart:318:10)
#18 AndroidStudio.allInstalled (package:flutter_tools/src/android/android_studio.dart:247:34)
#19 AndroidStudio.latestValid (package:flutter_tools/src/android/android_studio.dart:232:41)
#20 AppContext._generateIfNecessary.<anonymous closure> (package:flutter_tools/src/base/context.dart:104:42)
#21 _LinkedHashMapMixin.putIfAbsent (dart:collection-patch/compact_hash.dart:535:23)
#22 AppContext._generateIfNecessary (package:flutter_tools/src/base/context.dart:92:20)
#23 AppContext.get (package:flutter_tools/src/base/context.dart:121:32)
#24 AppContext.get (package:flutter_tools/src/base/context.dart:119:24)
#25 AppContext.get (package:flutter_tools/src/base/context.dart:119:24)
#26 androidStudio (package:flutter_tools/src/globals.dart:62:45)
#27 runInContext.<anonymous closure> (package:flutter_tools/src/context_runner.dart:103:32)
#28 AppContext._generateIfNecessary.<anonymous closure> (package:flutter_tools/src/base/context.dart:104:42)
#29 _LinkedHashMapMixin.putIfAbsent (dart:collection-patch/compact_hash.dart:535:23)
#30 AppContext._generateIfNecessary (package:flutter_tools/src/base/context.dart:92:20)
#31 AppContext.get (package:flutter_tools/src/base/context.dart:121:32)
#32 AppContext.get (package:flutter_tools/src/base/context.dart:119:24)
#33 AppContext.get (package:flutter_tools/src/base/context.dart:119:24)
#34 androidLicenseValidator (package:flutter_tools/src/android/android_workflow.dart:30:65)
#35 DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:53:32)
#36 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1426:12)
<asynchronous suspension>
#37 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1257:27)
<asynchronous suspension>
#38 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#39 CommandRunner.runCommand (package:args/command_runner.dart:209:13)
<asynchronous suspension>
#40 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:283:9)
<asynchronous suspension>
#41 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#42 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
<asynchronous suspension>
#43 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
<asynchronous suspension>
#44 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#45 main (package:flutter_tools/executable.dart:91:3)
<asynchronous suspension>
Metadata
Metadata
Assignees
Labels
c: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowneeds repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyt: flutter doctorProblem related to the "flutter doctor" toolProblem related to the "flutter doctor" tooltoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.