【发布时间】:2017-01-26 18:48:00
【问题描述】:
尝试在我的项目中安装另一个模块时,第一个模块被卸载。为什么会这样?我做错了什么?
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'FadbApp' do
use_frameworks!
#pod 'Alamofire', '~> 4.3' //This is previous Pod
pod 'SRKControls', :git =>'https://github.com/reeichert/SRKControls.git'
end
我的回归
为什么卸载了其他模块?谢谢!
【问题讨论】:
标签: git module cocoapods alamofire