升级到Xcode Xib报错问题的解决
在升级到Xcode9 遇到以下错误:Compiling IB documents for earlier than iOS 7 is no longer supported
将Builds for 选项设置为iOS10 以后就OK了。
Compiling IB documents for earlier than iOS 7 is no longer supported
最新推荐文章于 2022-03-08 13:11:04 发布
升级到Xcode Xib报错问题的解决
在升级到Xcode9 遇到以下错误:Compiling IB documents for earlier than iOS 7 is no longer supported
将Builds for 选项设置为iOS10 以后就OK了。