Closed as not planned
Description
In #131865 we had to replace the previous ios-deploy
-based code path for flutter run
with Xcode automation, since ios-deploy
doesn't work with (physical) iOS 17 devices, and we didn't have a better replacement. Once the new communication protocol for device communication has been reverse engineered (as was done originally for earlier versions for ios-deploy
) we should restore a codepath that doesn't require the unfortunate UX (and increased fragility since it's automating UI) that we are currently having to use. That will likely require us building and bundling a new tool that's downloaded by flutter
.