L
L
lovesuper2015-11-26 15:55:32
Cocoa
lovesuper, 2015-11-26 15:55:32

xcode. How to hide deprecated (and other) warnings for pluggable pods?

When you include third-party Cocoa Pods in your project, and their source code contains warnings, XCode starts to annoy with its warning messages, and does not allow you to make a "clean" project.
zANXVqhlJooBm9.png
Help with advice on how to turn off these warnings! After all, we can't help anyway. Anticipating advice regarding inhibit_all_warnings : this doesn't work. Already prescribed even each "penalty box" personally "inhibit", but nothing changes.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Bukhtin, 2015-12-03
@bubuh

Everything is working. Podfile:

platform :ios, '8.0'
inhibit_all_warnings!
pod 'KeychainAccess'
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question