Xcode 9 新建的工程如何支持 iOS 8
生活随笔
收集整理的這篇文章主要介紹了
Xcode 9 新建的工程如何支持 iOS 8
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
使用 Xcode 9 新建工程,如果設(shè)置支持最低系統(tǒng)版本為 iOS 8 就報(bào)錯(cuò),提示如下:
Safe Area Layout Guide before iOS 9.0看這提示的意思是說 Safe Area Layout Guide 不支持 iOS 9.0 之前的版本,那就把這個(gè)東西給關(guān)掉就能解決,方法是點(diǎn)擊 Main.storyboard,選擇 ViewController 去掉 Use Safe Area Layout Guide,如下圖所示:
然后再選擇 LaunchScreen.storyboard,用同樣的方法去掉 Use Safe Area Layout Guide,再編譯程序就沒問題了。
原文地址:https://www.exchen.net/how-does-xcode9-support-ios-8.html
與50位技術(shù)專家面對面20年技術(shù)見證,附贈(zèng)技術(shù)全景圖總結(jié)
以上是生活随笔為你收集整理的Xcode 9 新建的工程如何支持 iOS 8的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: The document “Main.s
- 下一篇: 解决 LLVM 错误 cannot sp