美文网首页
CocoaPods报错:The dependency `MJE

CocoaPods报错:The dependency `MJE

作者: Caiflower | 来源:发表于2016-05-13 22:52 被阅读325次

提示信息如下

The dependency ``isnotusedinany concrete target

The dependency `MJExtension`isnotusedinany concrete target

出这个错是告诉我们我们所用的库没有指定target,它不知道用在哪里,所以就给报错了

最终解决方案:

里面的test1记得替换为自己工程里面的target。其他按照途中的格式写就可以了,执行pod install / pod update 就都可以了,

相关文章

网友评论

      本文标题: CocoaPods报错:The dependency `MJE

      本文链接:https://www.haomeiwen.com/subject/xhemrttx.html