一、建立PodFile文件:終端進入工程目錄,touch Podfile ;ios
二、編輯PodFile文件:終端輸入 vim Podfile ;vim
platform:ios, ‘7.0’
target 'iCarouselTest' do
pod 'iCarousel', '~> 1.8.2'
end code
三、ESC、「:」、wq 退出vim編輯;orm
四、終端輸入: pod install get
常見問題:it
一、執行pod install 或pod update 命令後,updating local specsrepositories 卡住不動io
解決辦法:pod install 被牆了,換成新的命令pod install --verbose --no-repo-updateform
二、報錯:Your Podfile has had smart quotes sanitisedsed
解決辦法:不要使用文本編輯去編輯Podfile,使用Xcode編輯,或者使用終端敲命令去編輯。(3)date
三、項目運行時報錯:Thefile 「Pods.xcconfig」 couldn’t be opened because there is no such file.
解決辦法:pod update就能夠了。