NJHu / iOSProject

iOS project comprising a collection of demos for iOS Apps, developed in Objective-C;iOSProject iOSdemo iOSdemos ocdemo ocdemos
https://github.com/NJHu/iOSProject
MIT License
5.44k stars 1.63k forks source link

打不开, pod 红的,楼主缺少文件 #33

Closed HYJFromQc closed 5 years ago

HYJFromQc commented 6 years ago

打不开, pod 红的

Jaylin0920 commented 6 years ago

那是楼主在上传项目的时候,在.gitignore设置了,忽略“Pods/”文件夹,所以Pod引用的三方库内容都不会被上传。 简单的说,你“pod install”,安装完引用的三方库就可以了

ounione commented 6 years ago

那是楼主在上传项目的时候,在.gitignore设置了,忽略“Pods/”文件夹,所以Pod引用的三方库内容都不会被上传。 简单的说,你“pod install”,安装完引用的三方库就可以了

怎么安装完所有的三方库呢,有很多的吧?

923266908 commented 6 years ago

[!] /usr/local/bin/git clone https://github.com/ccgus/fmdb.git /var/folders/80/tttbth652b15qb18_m682dn40000gp/T/d20181029-4180-gh6ne4 --template= --single-branch --depth 1 --branch 2.7.2

Cloning into '/var/folders/80/tttbth652b15qb18_m682dn40000gp/T/d20181029-4180-gh6ne4'... fatal: unable to access 'https://github.com/ccgus/fmdb.git/': Empty reply from server

NJHu commented 5 years ago

pod update 命令