问题:
在Github 上clone “Masonry” 后 ,按作者所述 执行 pod install,然后就报下面错误
[!] Unable to satisfy the following requirements:
- `Masonry (from `./`)` required by `Podfile`然后在 Github 的CocoaPods isuus 中找到的方法:
clone 后应该执行 pod update
本文介绍了一种在GitHub上克隆Masonry项目后遇到的pod install错误,并提供了正确的解决方案,即使用pod update命令来更新并解决问题。
问题:
在Github 上clone “Masonry” 后 ,按作者所述 执行 pod install,然后就报下面错误
[!] Unable to satisfy the following requirements:
- `Masonry (from `./`)` required by `Podfile`clone 后应该执行 pod update

被折叠的 条评论
为什么被折叠?