-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systeme: device-specificOnly manifests on certain devicesOnly manifests on certain devicesplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Steps to reproduce
flutter run on a iOS 26 simulator
Expected results
run failed
Actual results
run with flutter run
Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
{ id:6B4F9D28-C76C-4146-9527-E844395B4434 }
Available destinations for the "Runner" scheme:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00006020-000221002EE8C01E, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
run with Xcode
iPhone 17 cannot run Runner.
Domain: IDEFoundationErrorDomain
Code: 3
Recovery Suggestion: Runner's architectures (Intel 64-bit) include none that iPhone 17 can execute (arm64).
User Info: {
DVTErrorCreationDateKey = "2025-09-29 04:42:00 +0000";
}
--
iPhone 17 cannot run Runner.
Domain: IDEFoundationErrorDomain
Code: 3
Recovery Suggestion: Runner's architectures (Intel 64-bit) include none that iPhone 17 can execute (arm64).
--
System Information
macOS Version 26.0 (Build 25A354)
Xcode 26.0.1 (24229) (Build 17A400)
Timestamp: 2025-09-29T12:42:00+08:00
Code sample
similar to #175410
but I have only one iOS 26 runtime
xcrun simctl list|grep Runtimes -A 5
== Runtimes ==
iOS 26.0 (26.0 - 23A343) - com.apple.CoreSimulator.SimRuntime.iOS-26-0
== Devices ==
-- iOS 26.0 --
iPhone 17 Pro (2BC6EFDC-D316-4EB9-B576-B5E46A46C82D) (Shutdown)
iPhone 17 Pro Max (EDD1A1BD-EA03-46CB-8785-16CB495B3DAD) (Shutdown) Screenshots or Video
Screenshots / Video demonstration
Logs
Logs
[ ] Xcode build done. 0.8s
[ +13 ms] executing: /usr/bin/arch -arm64e xcrun xcresulttool get build-results --path
/var/folders/4w/mfv05mx55b53pw8yntx90phw0000gn/T/flutter_tools.TGH0kJ/flutter_ios_build_temp_dirxnXFdX/temporary_xcresult_bundle --format
json
[ +45 ms] {
"actionTitle" : "RunnerTests.xctest",
"analyzerWarningCount" : 0,
"analyzerWarnings" : [
],
"destination" : {
"architecture" : "",
"deviceId" : "",
"deviceName" : "",
"modelName" : "",
"osVersion" : "",
"platform" : ""
},
"endTime" : 1759121038.194,
"errorCount" : 1,
"errors" : [
{
"issueType" : "Uncategorized",
"message" : "Unable to find a destination matching the provided destination specifier:\n\t\t{
id:6B4F9D28-C76C-4146-9527-E844395B4434 }\n\n\tAvailable destinations for the \"Runner\" scheme:\n\t\t{ platform:macOS,
arch:arm64, variant:Designed for [iPad,iPhone], id:00006020-000221002EE8C01E, name:My Mac }\n\t\t{ platform:iOS,
id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }\n\t\t{ platform:iOS Simulator,
id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }"
}
],
"startTime" : 1759121038.194,
"status" : "succeeded",
"warningCount" : 0,
"warnings" : [
]
}
[ +2 ms] Failed to build iOS app
[ ] Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
{ id:6B4F9D28-C76C-4146-9527-E844395B4434 }
Available destinations for the "Runner" scheme:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00006020-000221002EE8C01E, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator
Device }
[ +1 ms] Could not build the application for the simulator.
[ ] Error launching application on iPhone 17.
[ +481 ms] "flutter run" took 9,215ms.
[ +5 ms] executing: sw_vers -productName
[ +13 ms] Exit code 0 from: sw_vers -productName
[ ] macOS
[ ] executing: sw_vers -productVersion
[ +11 ms] Exit code 0 from: sw_vers -productVersion
[ ] 26.0
[ ] executing: sw_vers -buildVersion
[ +11 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 25A354
[ ] executing: uname -m
[ +4 ms] Exit code 0 from: uname -m
[ ] arm64
[ +33 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:897:9)
<asynchronous suspension>
#2 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1559:27)
<asynchronous suspension>
#3 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#4 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#5 FlutterCommandRunner.runCommand.<anonymous closure>
(package:flutter_tools/src/runner/flutter_command_runner.dart:487:9)
<asynchronous suspension>
#6 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5)
<asynchronous suspension>
#8 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:101:11)
<asynchronous suspension>
#9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#10 main (package:flutter_tools/executable.dart:102:3)
<asynchronous suspension>
[ ] Running 3 shutdown hooks
[ +4 ms] Shutdown hooks compleFlutter Doctor output
Doctor output
[✓] Flutter (Channel beta, 3.37.0-0.1.pre, on macOS 26.0 25A354 darwin-arm64, locale zh-Hans-CN) [408ms]
• Flutter version 3.37.0-0.1.pre on channel beta at /Users/wesleyanhe/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 465e421f53 (12 days ago), 2025-09-16 18:55:17 +0000
• Engine revision 286e592194
• Dart version 3.10.0 (build 3.10.0-162.1.beta)
• DevTools version 2.50.0
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios,
cli-animations, enable-native-assets, omit-legacy-version-file, enable-lldb-debugging
[!] Android toolchain - develop for Android devices (Android SDK version 36.1.0-rc1) [820ms]
• Android SDK at /Users/wesleyanhe/Library/Android/sdk
• Emulator version 36.1.9.0 (build_id 13823996) (CL:N/A)
✗ cmdline-tools component is missing.
Try installing or updating Android Studio.
Alternatively, download the tools from https://developer.android.com/studio#command-line-tools-only and make sure to set the
ANDROID_HOME environment variable.
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/to/macos-android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 26.0.1) [970ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17A400
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [7ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (3 available) [9.9s]
• iPhone 17 (mobile) • 6B4F9D28-C76C-4146-9527-E844395B4434 • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-0
(simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.0 25A354 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 140.0.7339.208
! Error: Browsing on the local area network for 吴鲁豫. Ensure the device is unlocked and attached with a cable or associated with the
same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for hwy ipad. Ensure the device is unlocked and attached with a cable or associated with
the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for hwy. Ensure the device is unlocked and attached with a cable or associated with the
same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources [2.0s]
• All expected network resources are available.
! Doctor found issues in 1 category.```
</details>SebghatYusuf and gabbopalma
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systeme: device-specificOnly manifests on certain devicesOnly manifests on certain devicesplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Type
Projects
Status
Done