cd 到當前目錄
vim Podfile
點i編輯
``platform:ios,’7.0'
輸入ESC 退出編輯wq
搜索 pod search 名字
在pod file輸入
pod 'THCache', '~> 0.9.1’第一次安裝是
pod install --verbose --no-repo-update
- 其次是
pod update --verbose --no-repo-update
- 在build Settings 中搜索user header
- 添加$(SRCROOT)