hi,
ios.afterFinishLaunching hint, so i tried add these hints but app has failure in cn1 server.
ios.glAppDelegateHeader=#include "com_test_NativeCallback.h" #include "cn1_globals.h" #include "CodenameOne_GLViewController.h"
ios.afterFinishLaunching=com_test_NativeCallback_callback___int(CN1_THREAD_GET_STATE_PASS_ARG 5);
if i delete the above tow hints, the app will build in success, on the onther hand, i tried to replace #include to #import but get same failure.