Flutter Device doesn't support wireless sync

  • 2019 年 10 月 10 日
  • 笔记

最新更新的iOS13后运行flutter项目报的错误

2019-09-25 17:44:27.407 ios-deploy[7853:8679856] [ !! ] Error 0xe800007f: Device doesn't support wireless sync. AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)  Could not install build/ios/iphoneos/Runner.app on 6a6b3807b91c576e2c0d904f5930b49ff2d74969.  Try launching Xcode and selecting "Product > Run" to fix the problem:    open ios/Runner.xcworkspace    Error launching application on DestinyiPhone.

屏幕快照 2019-09-25 17.51.08.png

更新Flutter到master

flutter channel master

然后执行

flutter doctor