iOS开发:compiling ib documents for earlier than ios 7 is no longer supported

compiling ib documents for earlier than ios 7 is no longer supported  


iOS开发:compiling ib documents for earlier than ios 7 is no longer supported_第1张图片

这个错误是因为xcode 9  不再支持iOS 7及以下,解决方法:

1. 检查 TARGETS -> General -> Deployment Info -> Deployment Target的值,如果是7.0 或 6.0 ,则改成8.0


iOS开发:compiling ib documents for earlier than ios 7 is no longer supported_第2张图片
改最低支持的系统

2. 搜索xib,右侧Identity and Type ->Interface Builder Document ->Boilds for 如果是Unknown iOS Version”,则点进去随便选一个 最好选上一步设置的最低版本

iOS开发:compiling ib documents for earlier than ios 7 is no longer supported_第3张图片
改xib支持的系统

你可能感兴趣的:(iOS开发:compiling ib documents for earlier than ios 7 is no longer supported)