illegal configuration Safe Area Layout Guide before iOS 9.0

使用xcode9 beta版的storyboard 正常创建控制器,编译时左侧边栏出现了报错信息 illegal configuration Safe Area Layout Guide before iOS 9.0

原因:在iOS11 里,苹果弃用了top layout guide 和 bottom layout guide 同时使用safe area layout guide 概念替换它们

解决办法: 在storyboard 中,选中控制器,在右侧文件视图栏下(即第一栏),找到 Interface Builder Document 部分,可以看到,"Use Safe Area Layout Guides" 默认是勾选的状态。取消勾选即可。

相关链接:
1, https://stackoverflow.com/questions/44492404/safe-area-of-xcode-9-beta/45334411#45334411
2, https://developer.apple.com/documentation/uikit/uiview/2891102-safearealayoutguide

你可能感兴趣的:(illegal configuration Safe Area Layout Guide before iOS 9.0)