I'm ensuring an API works correctly with a mobile app I have running in xcode. There are DDLogVerbose()
calls throughout the application that I'm not able to see the output of in the console. Is there something I need to do before I can view that?
I did not configure xcode, I just cloned a git repo and hit the "Play" icon in the top left corner to build and run the project.
Right now I'm seeing a very generic error, and viewing these detailed logs would make it MUCH easier for me to debug this iteration that's failing...
Update
DDLogVerbose is part of CocoaLumberjack. The instructions there for installation don't indicate anything about how to build/run the application.