用CocoaPods cd到项目文件路径下:
- 输入命令 touch .gitignore
将下面的直接粘贴进去,保存即可:
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
*.xcworkspace
!default.xcworkspace
#CocoaPods
Pods
!Podfile
!Podfile.lock
当别人第一次拉取你的代码,会出现问题,CocoaPods问题,一些库找不到文件,你直接用CocoaPods直接install就行了!!!