I'm trying to make a plugin and I followed the instructions on the Ultimate Guide.
It crashes with this backtrace
#0 0x924ea9c6 in __pthread_kill ()
#1 0x93174f78 in pthread_kill ()
#2 0x93165bdd in abort ()
#3 0x99ff7921 in abort_message ()
#4 0x99ff51bc in default_terminate() ()
#5 0x01e7e24d in _objc_terminate ()
#6 0x99ff51fe in safe_handler_caller(void (*)()) ()
#7 0x99ff5268 in __cxa_bad_typeid ()
#8 0x99ff62a0 in __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) ()
#9 0x0003f8f4 in LuaApplication::loadFile(char const*) at /Users/atilim/myprojects/gideros/ios/iosplayer/../../luabinding/luaapplication.cpp:519
#10 0x0004c68d in loadLuaFiles() at /Users/atilim/myprojects/gideros/ios/iosplayer/giderosapi.mm:334
#11 0x0004fd6a in gdr_drawFrame() ()
#12 0x00003e37 in -[GiderosAppViewController drawFrame] ()
#13 0x00dd0a88 in CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long) ()
#14 0x00dd0bcd in CA::Display::EmulatorDisplayLink::callback(__CFRunLoopTimer*, void*) ()
#15 0x01adb8c3 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ ()
#16 0x01adce74 in __CFRunLoopDoTimer ()
#17 0x01a392c9 in __CFRunLoopRun ()
#18 0x01a38840 in CFRunLoopRunSpecific ()
#19 0x01a38761 in CFRunLoopRunInMode ()
#20 0x021761c4 in GSEventRunModal ()
#21 0x02176289 in GSEventRun ()
#22 0x0059dc93 in UIApplicationMain ()
#23 0x00002346 in main ()
I have no idea why the /Users/atilim path is in there.
Comments
1. The version of Gideros Studio and Xcode
2. The Gideros Studio code
3. The plugin code.