Thank for great article & the code to trace method calls on objective-c. but i'm facing some issues while running makefile, request you to provide steps to include your library into my project.
Below is the error i'm getting while running your Makefile
ldid -Sent.xml libobjc_trace.dylib
make: ldid: No such file or directory
make: *** [libobjc_trace] Error 1
And also if I directly include the objc_trace.m file into my project, i'm unable to understand how to include & invoke the method to start tracing the calls.