Xcode9 Safe Area Layout Guide Before iOS9.0报错解决

转https://www.jianshu.com/u/b4e7a4553934

作者:JackerooChu


9月20日苹果爸爸推送了iOS11.0以及Xcode9,作为开发小白一枚,第一时间更新了Xcode9,去体验一下所谓的跨时代的iPhone X,像往常新建个新项目,结果一运行直接报错

问题一.png

(弱弱的说一句,这个xcode9好像并没有那么友好~)

然后一Google,苹果爸爸在苹果在iOS7中引入的Top Layout Guide和Bottom Layout Guide,这些布局指南在iOS 11中被弃用,取而代之的是Safe Area Layout Guide.

针对新特性,解决方案如下

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

解决一.png

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

解决一2.png

到这就解决了这个问题,当然iOS11和Xcode9还有其他新特性,一点点整理解决。

你可能感兴趣的:(Xcode9 Safe Area Layout Guide Before iOS9.0报错解决)