I want to find out unused function in objective-c. As due to dynamic nature of objective we cannot get this type of warning as in swift.
But Xcode provides the caller list of a function.
Is it possible through xcode/osx command line to print all the functions with there caller(s)?
If I further extend this question, Is it possible through xcode/osx command line to print all the functions those have zero caller(s)?