I have this old .LiveCode file, and I am retesting it now on LC 6.6.
Tried to launch it on iPhone Retina iOS 7.0.3 simulator, but it would crash upon launch.
The simulator logs reads:
Code: Select all
Apr 8 07:30:30 Shuttle.local iPhone Simulator[15137]: The requested device (iPhone) does not support the requested SDK (7.0.3 (11B508))
Apr 8 07:30:54 Shuttle.local WindowServer[107]: hidd died. Reestablishing connection.
Apr 8 07:31:13 Shuttle.local iPhone Simulator[15137]: Error launching com.companyname.appname: -3 8
Apr 8 07:31:42 Shuttle appname2.001[15181]: appname2.001(15181,0xb0115000) malloc: *** error for object 0xbfe4034: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
And I don't understand the last line too... It is suggests putting breakpoint in malloc_error_break. But I believe there isn't anything like that on a LiveCode program?
Thanks,
Genie