safe area:
XIB 中出现file:*/LaunchScreen.storyboard: error: Illegal Configuration: Safe Area Layout Guide before iOS 9.0
image.png
解决办法:
在xib属性中把Safe Area Layout Guide属性勾去掉
image.png
file:*/LaunchScreen.storyboard: error: Illegal Configuration: Compiling IB documents for earlier than iOS 7 is no longer supported.
image.png
解决办法:
image.png
选择LuanchScreen.storyboard,可以解决这个问题(这个文件是自己创建的)
友盟导入头文件找不到
image.png