Answer the question
In order to leave comments, you need to log in
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.
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
Everything is working. Podfile:
platform :ios, '8.0'
inhibit_all_warnings!
pod 'KeychainAccess'
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question