App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
Xcode 7时的问题。
1、在Info.plist中添加 App Transport Security Settings 类型 Dictionary ;
2、在 NSAppTransportSecurity 下添加 Allow Arbitrary Loads 类型Boolean ,值设为 YES;
搞定。
Safe Area Layout Guide before iOS 9.0 [12]
Safe Area Layout Guide是Xcode9加上的,关于storyboard上的一个选项。
搞定。
因为Pod支持和development的支持也低于9,这个是我们自己按公司要求适配最低版本的设定,如果是高于9,那就没什么了。当前最新是iOS13,看你们公司机型和iOS版本占比吧,最低是设定到哪一个版本。