Compiling IB documents for earliser than iOS 7 is no longer supported

用 Xcode9打开项目后,会报出如下错误

Compiling IB documents for earliser than iOS 7 is no longer supported

因为在项目中使用了 XIB,Xcode9后不再支持iOS7XIB文件,所以需要修改XIB最低支持版本为iOS 7.0或以上版本。

解决方法如下:

1.编译项目,报出错误信息后,点选错误信息,打开出现错误的XIB文件

2.讲对应的 XIB 文件,修改为iOS7.0 and Later.


Compiling IB documents for earliser than iOS 7 is no longer supported_第1张图片

你可能感兴趣的:(Compiling IB documents for earliser than iOS 7 is no longer supported)