I have imported the three20 project into my project, and when I upgraded to xcode 4.2 with iOS 5, a bunch of warnings appeared in the project. I don't care about them, but they make a lot of noise, and it's easy to miss any real warnings in my project now. Is there a way to disable warnings for those specific libraries?
|
feedback
|
| |||||
feedback
|
|
You should really fix any warnings that you can. These could potentially cause issues in future projects. Either way, you can suppress warnings, individually.
As well for Interface Builder XIB's:
I am not aware of any library-specific ways of silencing warnings, but these should work as a whole. | |||||||
feedback
|


