xcode 导入项目版本受限 cannot be opened because it is in a future Xcode project file format
·
问题描述
无法导入项目的Project.xcworkspace文件,提示:cannot be opened because it is in a future Xcode project file format

报错原因
开发项目使用的xcode的版本(13.2.1)高于当前使用的版本(12.2)
解决办法
修改配置文件xx.xcodeproj,使得该项目向下兼容

修改objectVersion 为 50

结果
重新加载项目,导入成功
更多推荐


所有评论(0)