Xcode 更新到9.0 新建xib报错: Safe Area Layout Guide Before IOS 9.0

昨天趁着周末把xcode版本给更到了9.0,今天在工程中新建一个带有xib的View,报错:Safe Area Layout Guide Before IOS 9.0

Xcode 更新到9.0 新建xib报错: Safe Area Layout Guide Before IOS 9.0

报错的字面意思就是safe area布局应用在iOS 9之前的版本上了.我们的解决版本可以从两个方向入手

1,我们可以把safe area勾掉,不用safe area布局,如下图

Xcode 更新到9.0 新建xib报错: Safe Area Layout Guide Before IOS 9.0

2.我们可以把iOS版本号提到9.0及以上版本,如下图

Xcode 更新到9.0 新建xib报错: Safe Area Layout Guide Before IOS 9.0