想試試ReactiveCocoa,結(jié)果要集成一下,好久不用,發(fā)現(xiàn)了新問題。
1.taobao的協(xié)議變了,http --> https
2.使用swift的話,要加“use_frameworks! ”,如下
use_frameworks!
pod 'Alamofire', '~> 3.0.0'
pod 'ReactiveCocoa'
use_frameworks!
pod 'Alamofire',
'~> 3.0.0'
pod 'ReactiveCocoa'