Hi, I am trying to build the example project “iPhoneGuiExample”. It crashes while starting up the app at:
UIApplicationMain(0, nil, nil, [NSString stringWithUTF8String:appDelegateClassName.c_str()]);
How can I fix this issue? Is it a bug on Openframeworks side?
A screen shot is attached below, any advices would be very appreciated!