socket error on iphone 5

hi there,

i have trouble with builds within glider for iphone 5. The strage thing is, the app does work normal a time and suddenly it crashes immediately after starting it. Killing the app in the tasks and restart it didn’t work in several tries. Just the same error. I had to restart the device and after that it just worked fine.

I got a lot from these errors from the live console:

[blockcode] Dec 1 15:14:44 Michas-iPhone SlideView[694] : Lua Runtime Error: lua_pcall failed with status: 2, error message is: …SDK/SampleCode/Interface/SlideView/CiderDebugger.lua:631: calling ‘send’ on bad self (udp{connected} expected, got userdata[/blockcode]

I just wondered why the cider lib is not excluded from device builds by default (It was not ran in debug mode). Anyway, this only happend on the new iphone. No problems with iphone 4 and 3gs so far. [import]uid: 53732 topic_id: 33523 reply_id: 333523[/import]

Hello Sunmils,

If you would like to build for device please use the build button. This will ensure the library is removed. Clicking the “Run” button will still include the library for the purposes of outputting to the graphical UI window. It had to be done this way because stdout sometimes would not be piped to the IDE.

Regards,
M.Y. Developers
[import]uid: 55057 topic_id: 33523 reply_id: 133285[/import]

arrrgh, I simply oversaw the little hammer. Perhaps since “run” worked all the time with no errors.

Thanks for the advice,

… and this very nice tool.

Mike [import]uid: 53732 topic_id: 33523 reply_id: 133334[/import]

Hello Sunmils,

If you would like to build for device please use the build button. This will ensure the library is removed. Clicking the “Run” button will still include the library for the purposes of outputting to the graphical UI window. It had to be done this way because stdout sometimes would not be piped to the IDE.

Regards,
M.Y. Developers
[import]uid: 55057 topic_id: 33523 reply_id: 133285[/import]

arrrgh, I simply oversaw the little hammer. Perhaps since “run” worked all the time with no errors.

Thanks for the advice,

… and this very nice tool.

Mike [import]uid: 53732 topic_id: 33523 reply_id: 133334[/import]