I'm trying to build C++ project in XCode and JUCE: https://github.com/spiricom/LEAF it has prepared example project for JUCE which generates Xcode project.
It runs with no errors, and I can see the application is working.
Yet I cannot find where in my project settings is program entry point defined, also there is no main() in this code and I can't understand how to set a breakpoint on first line of debug..
How do I find the entry point, and possibly redefine it using Xcode? Thanks!
T