安转好cocoapod之后我们就可以在项目路径下创建一个Podfile的文件
这个文件必须是用vim Podfile编辑的,用编辑器打开会报这样的错:[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.
所以就用pod init,就会自动创建一个Podfile, 然后用vim Podfile打开文件,然后i编辑文件,esc:wq保存退出
然后就可以pod install了
Podfile的内容pod update的时候出现这个报错,等我去看看啥问题-。-:[!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down
然后把pod里的pods.xcodeproj文件add到项目里就可以了
pod install成功后的文件结构 在项目里面导入Pods.xcodeproj
网友评论