我可以使用 iPhone 5(版本 10.3.4)进行 flutter iOS 调试吗?

Can I use iPhone 5 (version 10.3.4) for flutter iOS debugging?

我正在尝试使用真正的 iPhone 设备调试我的 flutter iOS 项目,该设备是 iPhone 5。我的 Xcode 应用程序没有显示我的 iPhone 5 在设备列表中。我可以 运行 我的 flutter iOS 项目在我的 iPhone 5 中吗?

Xcode version: 12.3
iPhone 5 version: 10.3.4

是的,您当然可以在真实的 IOS 设备中 运行 您的 flutter 项目。检查您的 iPhone 和您使用的系统之间的连接。如果此解决方案不起作用,请重新启动您的 Xcode 否则在将您的 iPhone 与您的系统连接后重新启动您的系统 iPhone 中会出现一个弹出菜单,询问“信任此计算机”,单击在信任上。并且您需要根据您的 iPhone 版本设置部署目标。享受 ;)

这个片段出现在从 32 位到 64 位硬件的过渡 iPhone 秒:

The following iOS devices are 64-bit:

  • iPhone 5s/SE/6/6s/7
  • iPad Air and iPad Air 2
  • iPad mini 2, iPad mini 3 and iPad mini 4
  • Sixth-generation iPod touch
  • 12.9-inch iPad Pro and 9.7-inch iPad Pro
  • 9.7-inch iPad (2017)

https://medium.com/@ClrMobile/why-is-apple-dropping-32-bit-app-support-and-how-will-it-impact-your-app-d2a0b0ab56e0

我记得 Flutter 需要 64 位 ARM,根据上面的列表,这似乎排除了 iPhone 5。