Inhibit_all_warnings! does not work in CocoaPods

I want to disable warnings for CocoaPods in my project, but the setting is inhibit_all_warnings!

not working.

My subfile:

platform :ios, '7.0'
inhibit_all_warnings!

pod "AFNetworking", "2.3.1"
...

      

However, the warnings show and I can see that "Inhibiti All Warnings" in my Pods project is still set to no

. What am I missing?

I am using Cocoapods version 0.33.1 and I am getting compiler warnings from an SVGKit project for example.

/Users/.../Pods/BuildHeaders/SVGKit/SVGRect.h:40:42: No newline at end of file

      

+3


source to share





All Articles