Xcode 9.0 报错, Safe Area Layout Guide Before IOS 9.0

Xcode 9.0 新建工程报错
xcode Safe Area Layout Guide Before IOS 9.0
xcode 9更新玩一个最简单的页面看看iPhone X有多丑 ,结果直接报错
Safe Area Layout Guide Before IOS 9.0

看了一下文档,苹果爸爸在苹果在iOS7中引入的Top Layout Guide和Bottom Layout Guide,这些布局指南在iOS 11中被弃用,取而代之的是Safe Area Layout Guide,好吧,苹果你牛叉。

第一步、在项目报错地方打开右边工具栏找到如图位置选中 View Controller,去掉Use Safe Area Layout Guides


Xcode 9.0 报错, Safe Area Layout Guide Before IOS 9.0_第1张图片
E948B529-CD20-4B13-99E0-D914EED6EE18.png

第二步、切换到Main.storyboard文件,重读第一步操作打开右边工具栏找到如图位置选中View Controller,去掉Use Safe Area Layout Guides


Xcode 9.0 报错, Safe Area Layout Guide Before IOS 9.0_第2张图片
0C9F1573-B310-41C0-A993-10A3D7BFDE33.png

你可能感兴趣的:(Xcode 9.0 报错, Safe Area Layout Guide Before IOS 9.0)