美文网首页
Safe Area Layout Guide before iO

Safe Area Layout Guide before iO

作者: yingvhaihuman | 来源:发表于2018-06-15 15:13 被阅读18次

问题重述:

我装了一个 Xcode 9.4,然后新建了一个项目打包.发现跟我之前的Xcode 8+的项目打包不一样了,爆出一个错误来(图d1.).

图d1:

解决办法1:

把Use Safe Area Layout Guides 的勾勾设为:不选中(图d2.).-->然后再Archive会再出现一个Safe Area Layout Guide before iOS9.0警告,这时再把Use Safe Area Layout Guides 的勾勾设为:不选中(图d3.).

这时就没问题了.

解决方法2:

把Deployment Target (8.0) 改成 iOS 9.0 and Later(图d4.).

(注:其实这是Xcode新出的功能)

图d2:

图d3:

图d4:

相关文章

网友评论

      本文标题:Safe Area Layout Guide before iO

      本文链接:https://www.haomeiwen.com/subject/svzpeftx.html