I try to flutter run an iOS app

Environments

Flutter

$ flutter doctor 
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.15.2 19C57, locale en-JP)
    ✗ Downloaded executables cannot execute on host.
      See https://github.com/flutter/flutter/issues/6207 for more information

 
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
[✓] iOS tools - develop for iOS devices
[✓] Android Studio (version 3.5)
[!] IntelliJ IDEA Ultimate Edition (version 2019.2.4)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[!] VS Code (version 1.41.1)
    ✗ Flutter extension not installed; install from
      https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (1 available)

! Doctor found issues in 4 categories.


ios-deploy

$ ios-deploy --version
1.9.4

Error

flutter run 
Launching lib/main.dart on My iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: ****
Running pod install...                                             13.0s
Running Xcode build...                                                  
                                                   
 ├─Assembling Flutter resources...                          28.2s
 └─Compiling, linking and signing...                        27.5s
Xcode build done.                                           99.9s
2020-01-31 13:52:17.347 ios-deploy[****] [ !! ] Error 0xe800007f: Device doesn't support wireless sync. AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)
Installing and launching...                                         9.4s
Could not install build/ios/iphoneos/Runner.app on **.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on My iPhone.

Reason

ios-deploy’s version is too old.

Solution

Update it and works

ios-deploy/issues/411

$ ios-deploy --version
1.10.0