How do I show all deprecated warnings in Xcode for my iOS app?
Clicking on the Issue Navigator > Buildtime > then scrolling down to Deprecations only seems to show deprecations for opened or previously-opened files. When I open more files, more deprecations appear. I'd like to see a complete view of all deprecated methods across all files.

