我的项目使用Flutter版本3.22.3,有些包与最新版本的iOS(即iOS 18.0)不兼容。因此,我将 Xcode 的 iOS 版本降级到 iOS 17.0,我知道该应用程序可以在其上运行。
我收到以下错误:
iOS 18.0 is not installed. To download and install the platform, open
Xcode, select Xcode \> Settings \> Platforms, and click the GET button for the
required platform.
For more information, please visit:
https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes
════════════════════════════════════════════════════════════════════════════════
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro.\
我可以在最新版本的 Android 上运行该应用程序,这就是我调试的方式,但我最终需要在 iOS 上测试它。
我对此进行了研究,但找不到在以前的 iOS 版本上运行 Flutter 应用程序的解决方案。
只需按照以下步骤操作:
打开 Xcode,选择 Xcode > 设置 > 平台,然后单击 GET 所需平台的按钮。
这只是说只安装iOS 18,安装后模拟器就会开始工作。您可以稍后将 iOS 版本设置更改为 17。