Xcode 错误 "the project cannot be opened because it is in a future Xcode project file format."
Xcode error "the project cannot be opened because it is in a future Xcode project file format."
我的 macOS 版本是 10.13.6,所以 Xcode 我可以下载的唯一版本是 10.1。
现在,当我使用 Cordova 创建一个新的 iOS 项目并尝试使用 Xcode 打开它时,我收到此错误:
The project at 'project-location' cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version of Xcode to allow it to be opened by this version of Xcode.
如果我一开始就无法在 Xcode 中打开项目,我该如何将 Xcode 版本 10.1 上的项目调整为 运行?
根据 Cordova iOS Platform Guide,Cordova 需要 Xcode 11 或更高版本,因此您不能将其与 Xcode 10.1 一起使用。
我的 macOS 版本是 10.13.6,所以 Xcode 我可以下载的唯一版本是 10.1。
现在,当我使用 Cordova 创建一个新的 iOS 项目并尝试使用 Xcode 打开它时,我收到此错误:
The project at 'project-location' cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version of Xcode to allow it to be opened by this version of Xcode.
如果我一开始就无法在 Xcode 中打开项目,我该如何将 Xcode 版本 10.1 上的项目调整为 运行?
根据 Cordova iOS Platform Guide,Cordova 需要 Xcode 11 或更高版本,因此您不能将其与 Xcode 10.1 一起使用。