Xcode9 以及iOS11适配

不定时更新

1.Xcode9 使用coding等其他GIT仓库地址

不得不说,新版本的xcode加强很多东西,其中和GitHub的合作加强就好棒,但是公司的coding刚交了钻石会员。。不用浪费是吧

在xcode9中,老项目的GIT仓库地址查看方式

image.png

新项目添加GIT库地址

Xcode9 以及iOS11适配_第1张图片
image.png

选择Add Existing Remote...

Xcode9 以及iOS11适配_第2张图片
image.png

就和以前一样啦。

2.iOS7 之前建立的XIB报错

Compiling IB documents for earlier than iOS 7 is no longer supported.

解决办法
选择报错的XIB中的视图,右边第一栏中选择 build for iOS7 and Later


Xcode9 以及iOS11适配_第3张图片
image.png

3.iOS11 MGSwipeTableCell崩溃

去GitHub中下载新的导入即可
下载地址MGSwipeTableCell。

未完待续

恩。。看到一篇文章写得很详细你可能需要为你的 APP 适配 iOS 11。

你可能感兴趣的:(Xcode9 以及iOS11适配)