cocapod报错:The dependency `MJRefresh (~> 3.1.0)` is not used in any concrete target

platform :ios,'8.0'

use_frameworks!

target 'text' do

pod 'EGODatabase', '~> 2.0'

pod 'MJRefresh', '~> 3.1.0'

end

//-------------------------

加个target‘项目名’

end  就ok了  

pod setup 后要等待很久,和你的网速有关。要耐心等待 。。。。。

你可能感兴趣的:(cocapod报错:The dependency `MJRefresh (~> 3.1.0)` is not used in any concrete target)