iosobjective-cxcode11.3

How to debug Objective C for an iOS application in Xcode 11


I am trying to debug an IOS application developed in Objective C. When using messages with NSLog or print instructions, they are ignored and my console is always empty.


Solution

  • It seems that I was doing things wrong, Debugger does not attach automatically to debugger, we need to attach it manually as answered in How to debug ios share extension?