I am building a static library and am receiving no compiling errors, however, when I link it against a demo project(basic single view app). I cannot step into the methods called from the static library to debug it...
I'm not receiving any runtime errors, but I think that is because it's not being executed due to the fact my NSLogs are not being shown, and it's not returning anything...
Basically, how do I debug a static library I created through the demo app I also created..
What do I do? I need help!!
Thanks in advance...