I'm diving into iOS development and I just found out about the Static Analyzer and it's been pointing out all sorts of mistakes I was making in the code. The Static Analyzer doesn't really seem to eat up any extra time when building and so I'm wondering why it isn't enabled by default.
Are there any reasons you wouldn't want to use the Static Analyzer every time you build your iOS app?
Thanks in advance for your help!