有时在使用CocoaPods时,install时出现如题错误,(本人是在导入ReactiveCocoa时出现此错误的) 解决的方法是:在Podfile文件末尾添加 ##target '工程名' 然后install。成功。