I have a little problem with the Xcode Debugger. Looks to me the \"Step In\" function doesn\'t work like it should. Or just as I expect it to work.
I can step in any met
In the debug project settings you must disable code optimization option with OPTIMIZATION_LEVEL = NONE.
Good luck!
Source: Working with Xcode Build Settings