不定时更新😜
1.Xcode9 使用coding等其他GIT仓库地址
不得不说,新版本的xcode加强很多东西,其中和GitHub的合作加强就好棒,但是公司的coding刚交了钻石会员。。不用浪费是吧😜
在xcode9中,老项目的GIT仓库地址查看方式
新项目添加GIT库地址
选择Add Existing Remote...
就和以前一样啦。
2.iOS7 之前建立的XIB报错
Compiling IB documents for earlier than iOS 7 is no longer supported.
解决办法
选择报错的XIB中的视图,右边第一栏中选择 build for iOS7 and Later
3.iOS11 MGSwipeTableCell崩溃
去GitHub中下载新的导入即可
下载地址MGSwipeTableCell。
未完待续
恩。。看到一篇文章写得很详细你可能需要为你的 APP 适配 iOS 11。