flutter
flutter copied to clipboard
macos arm64 flutter build warning
when run flutter run -d macos warnning as below
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:x86_64, id:A1E97B74-42D1-570F-8F53-184050A5E2EE }
{ platform:macOS, arch:arm64, id:A1E97B74-42D1-570F-8F53-184050A5E2EE }
How to select arm64 arch ? Thanks !
@toplinuxsir could you provide your flutter doctor -v?
Closing this as a duplicate of https://github.com/flutter/flutter/issues/86590.
Kindly subscribe to the issue linked above for updates.
Thank you
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.