-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues 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 systemplatform-iosiOS applications specificallyiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
When running flutter devices or flutter run, iOS 17 physical device does not show in list.
I'm unsure if it's just me and my device.
When I run xcrun xcdevice list, it has 2 entries for the same device. One with an error and one without.
{
"ignored" : false,
"modelCode" : "iPad14,3",
"simulator" : false,
"modelName" : "iPad Pro (11-inch) (4th generation)\"",
"error" : {
"code" : -13,
"failureReason" : "",
"description" : "Victoria’s iPad is not connected",
"recoverySuggestion" : "Xcode will continue when Victoria’s iPad is connected and unlocked.",
"domain" : "com.apple.platform.iphoneos"
},
"operatingSystemVersion" : "16.5 (20F66)",
"identifier" : "xxx",
"platform" : "com.apple.platform.iphoneos",
"architecture" : "arm64e",
"interface" : "usb",
"available" : false,
"name" : "Victoria’s iPad",
"modelUTI" : "com.apple.ipad-pro-11-4th-2"
},
{
"ignored" : false,
"modelCode" : "iPad14,3",
"simulator" : false,
"modelName" : "iPad Pro (11-inch) (4th generation)\"",
"operatingSystemVersion" : "17.0 (21A5248v)",
"identifier" : "xxx",
"platform" : "com.apple.platform.iphoneos",
"architecture" : "arm64e",
"interface" : "usb",
"available" : true,
"name" : "Victoria’s iPad",
"modelUTI" : "com.apple.ipad-pro-11-4th-1"
},
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues 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 systemplatform-iosiOS applications specificallyiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.