您的位置:首页 > 运维架构

Masonry Example运行pop install问题处理

2015-11-23 20:52 429 查看
错误1:An error occurred while processing the post-install hook of the Podfile.undefined method `project`
for #<Pod::Installer:0x007ffa309af2e0>

解决办法:用xcode打开Masonry-master目录中的Podfile文件搜索project改成

pods_project

错误2:Failed to find 'Pods-MasonryTestsLoader-Masonry' target

解决方法:同样Podfile文件中的

COV_TARGET_NAME = "Pods-MasonryTestsLoader-Masonry"这句,去掉后面的-Masonry
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: