我使用CocoaPods1.1.1,在我的podfile中有多个post_install挂钩。我得到了一个错误:
[!] Invalid `Podfile` file: [!] Specifying multiple `post_install` hooks is unsupported..
-------------------------------------------
#
> post_install do |installer|
# installer.pods_project.targets.each do |target|
以前有没有人遇到过同样的问题?而且是的!我在我的一个目标中有一个post_install,在全局范围内有另一个。我可以搬进来,但为什么?
https://stackoverflow.com/questions/40508957
复制相似问题