pod lint lint 报错

2017-09-26  本文已影响32人  码客波锣

私有库(A)依赖私有库(B)

podfile中 pod ‘B’,podspec 中 s.dependency 'B'

pod install/update 可以编译运行成功

pod lib lint 报错,提示找不到某些api,但是某些可以用(有版本迭代)

pod repo update

pod lib lint 验证时会从本地repo缓存中验证


[!] The spec did not pass validation, due to 6 warnings (but you can use --allow-warnings to ignore them).

pod lib lint / pod spec lint / pod repo push + --allow-warnings

上一篇 下一篇

猜你喜欢

热点阅读