How can I silence warnings from all pods except local pods?

前端 未结 3 1512
太阳男子
太阳男子 2021-02-18 17:12

I\'m assuming something along the lines of

post_install do |installer|

  # Debug symbols
  installer.pod_project.targets.each do |target|
    target.build_conf         


        
3条回答
  •  故里飘歌
    2021-02-18 17:58

    There's CocoaPods plugin, https://github.com/leavez/cocoapods-developing-folder that has inhibit_warnings_with_condition. Citing the README:

提交回复
热议问题