升级到 iOS 13.1 和 Xcode 11 后,Flutter 无法在 iPhone 上安装应用程序

Flutter cannot install app on iPhone after upgrade to iOS 13.1 and Xcode 11

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

所以现在我无法再在 iPhone 中安装用 flutter 开发的应用程序。这是日志

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 它工作正常但 flutter 不工作

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

有没有高手可以建议一下怎么办??谢谢

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

flutter channel stable
flutter upgrade

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

使用非个人团队配置文件而不是个人团队。

然后 运行 在真正的 iOS 设备上 运行ning 13.3 或更低版本。

参考:https://github.com/flutter/flutter/issues/48035

我有同样的事情,但其他答案对我一点帮助都没有, 显然它发生在我身上,因为我在 iPhone.

上开发了太多应用程序

所以我的解决方案是删除我不再需要的旧应用程序,它非常有效。