在物理设备上测试时出现 Flutter 部署错误::errSecInternalComponent

Flutter deployment error when testing on physical device: : errSecInternalComponent

我正在尝试在我的 iPad 和 iPhone 上测试我的 flutter 应用程序,我已经尝试了我从论坛上读到的所有内容。 它会 运行 在模拟器上,但不会在物理设备上。

我试过: 清洁和重建。 重新启动我的电脑。 更新我的计算机和设备上的所有软件。 创建一个唯一的包 ID。 选择不同的球队进行签约。 更改 iOS 开发目标。 将捆绑 ID 更改为我的电子邮件。

我只是不确定此时要解决什么问题。

这是 flutter doctor 的输出:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.19.0-4.0.pre.108, on Mac OS X 10.15.5 19F101, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.45.1)
[✓] Connected device (1 available)

• No issues found!

Xcode 和我的电脑出了点问题,因为我降级到 Xcode 11.3 并且可以正常工作。