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
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top