How to find a work-around when Xcode analyzer finds issues but does not show them in the files?

StackOverflow https://stackoverflow.com/questions/13919987

  •  10-12-2021
  •  | 
  •  

Frage

I'm having trouble with Xcode 4.5.2's analyzer. It is able to find issues:

enter image description here

But, while the issues are displayed on the top bar: enter image description here, the issues are not shown inside the file editor. Without this information, there is no practical way to know what the analyzer was talking about.

Is there a log file somewhere where I could find a line number for the detected issues? Any other workaround or setting tweak?

War es hilfreich?

Lösung

The only workaround I can think of is running the analyser from the command line. That can be done directly on Xcode projects (ie, no makefile barbarism required) and should give you direct textual feedback.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top