打開終端:cd 進(jìn)入項(xiàng)目文件夾
運(yùn)行: pod init 新建podfile文件
用xcode打開 podfile
platform :ios,'9.0'
use_frameworks!
target'BagStore'do
pod'Moya'
pod'Kingfisher'
pod'ObjectMapper'
end

關(guān)閉項(xiàng)目,使用wcworkspace打開項(xiàng)目

重新編譯項(xiàng)目:

打開終端:cd 進(jìn)入項(xiàng)目文件夾
運(yùn)行: pod init 新建podfile文件
用xcode打開 podfile
platform :ios,'9.0'
use_frameworks!
target'BagStore'do
pod'Moya'
pod'Kingfisher'
pod'ObjectMapper'
end
關(guān)閉項(xiàng)目,使用wcworkspace打開項(xiàng)目
重新編譯項(xiàng)目: