Steps to Reproduce
I was attempting to flutter run with xcode 7.2.something and I would see
Starting debug of iPhone 5s (GSM) 'drewwarren’s iPhone' (4127c6ffa53f153512916da5fe2a3afac8d23798) connected through USB...
2016-06-02 11:17:59.787 ios-deploy[4022:2958268] [ !! ] Unable to locate DeviceSupport directory. This probably means you don't have Xcode installed, you will need to launch the app manually and logging output will not be shown!
Could not install ios/.generated/build/Release-iphoneos/Runner.app on 4127c6ffa53f153512916da5fe2a3afac8d23798.
Error running application on drewwarren’s iPhone.
This says I might not have Xcode installed, but I did. flutter doctor made everything look okay for Xcode.
When I was in this state if I attempted to open FlutterApplication.xcodeproj in Xcode and click the play button I would see Could not find Developer Disk Image.
Steps to Reproduce
I was attempting to
flutter runwith xcode 7.2.something and I would seeThis says I might not have Xcode installed, but I did.
flutter doctormade everything look okay for Xcode.When I was in this state if I attempted to open
FlutterApplication.xcodeprojin Xcode and click the play button I would seeCould not find Developer Disk Image.