阅读视图

发现新文章,点击刷新页面。

正确的 .gitignore 配置

提交代码时 执行 pod install 后,.xcodeproj 文件被修改了,产生了待提交的内容。 原因分析 当你运行 pod install 时,CocoaPods 会: ✅ 在 Pods/ 目
❌