-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-iosiOS applications specificallyiOS applications specificallyteam-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
At least in Xcode 26 beta 4 and 5, idevicesyslog is not working reliably. It sometimes streams the logs and sometimes doesn't.
idevicesyslog is used by Flutter to find the Dart VM url to connect to. However, Flutter also uses mDNS as a fallback for finding the Dart VM.
mDNS is also not reliable, however, especially on macOS 15 (#150131).
In addition, mDNS can't currently be used in Flutter's CI (#166843).
If both idevicesyslog and mDNS fail to find the Dart VM url, the Flutter CLI will hang
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-iosiOS applications specificallyiOS applications specificallyteam-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