Last Updated: February 25, 2016
·
867
· yas375

Inhibit warnings per pod, not all warnings

If you are inhibiting all warnings in your Podfile using inhibit_all_warnings! reconsider to inhibit them per pod and only when it's necessary.

pod 'SSZipArchive', :inhibit_warnings => true

You definitely shouldn't inhibit warning for your own libraries added as pods.