首页 > 解决方案 > 升级到 iOS 13.1 和 Xcode 11 后 Flutter 无法在 iPhone 上安装应用

问题描述

今天我有了一个好主意,将我的 iPhone 更新到 iOS 13 并将 Xcode 更新到版本 11...(为什么不去喝杯茶呢?!?)

所以现在我不再能够在我的 iPhone 上安装我用颤振开发的应用程序了。这是日志

2019-09-27 14:10:46.945 ios-deploy[8xxx2:9xxx95] [ !! ] 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 f7xxx37xxxxb5299ef.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on xxx's iPhone.

如果我使用 Xcode 运行应用程序,它可以正常工作,但颤动不起作用

我看过这个页面,我认为他们在谈论同样的问题,但我不确定我需要做些什么来解决......

有没有专家可以建议怎么做??谢谢

标签: flutterios13xcode11

解决方案


更新 该修复程序现已发布稳定版本。更新:

flutter channel stable
flutter upgrade

参考:https ://github.com/flutter/flutter/issues/37699#issuecomment-537117087


推荐阅读