Xcode 4 - Debug Area no longer shows my console output (NSLog)

后端 未结 13 2210
甜味超标
甜味超标 2020-12-05 17:45

My NSLog messages no longer show up in my Debug Area. Anyone have an idea how the could have happened?

I can hit command-7 to bring of a list of logs in the left pa

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 18:30

    Just confirm that you have Xcode open with similar rights as you have the ownership of the files you are trying to build/run and also make sure you have same rights to the build directory. I noticed Xcode won't show any debug output if rights were mismatched. I figured this after facing so much harassment. When this happened, utilities>console was still showing logs. I used that as a workaround.

    Mine is: Xcode 4.2 Build 4D199 on OS X 10.7.2

提交回复
热议问题