When using Xcode parsing (product> parsing), is there a way to ignore any errors in a given file?
For example, a pragma or something?
We just want to ignore any warnings about third-party code, so that it becomes more obvious to us when there was a problem in our code.
thanks
Chris source share