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



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

所以现在我再也无法在我的 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 运行该应用程序,它可以正常工作,但颤振不起作用

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

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

更新该修复现已达到稳定版本。要更新:

flutter channel stable
flutter upgrade

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

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

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

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

我有同样的事情,但其他答案根本没有帮助我, 显然它发生在我身上,因为我在iPhone上开发了太多应用程序。

所以我的解决方案是删除我不再需要的旧应用程序,它就像一个魅力。

相关内容

  • 没有找到相关文章

最新更新