Closed ggb88 closed 8 years ago
Hi Garry,
the framework should be installed as an embedded framework, not a system framework:
This way the framework will be embedded in your application and run on any system.
Concerning your second question: I personally do not like console logging for debugging thus I have not included any such logs anywhere. To debug the framework, I typically include its sources and step through it with the debugger. You can, however, add log statements to your delegate methods.
Best Jonathan
Hi Jonathan, thanks for such an expedient reply. Got it all working, thanks for the tips.
Hello Jonathan,
I need a little help if possible with two things - running the examples and console debugging
Thanks Garry