2/5/11 4:01:34 PM
CNCRA3-launcher[1838]
*** NSThread: ignoring exception '*** -[NSArray objectAtIndex:]: index (-1 (or possibly larger)) beyond bounds (0)' that raised during thread perform of target 0x6075f0 and selector 'buttonPressed_Play:'
This is what happens when I press the “play” button. What can I do to launch the app?
I don’t have ObjC background but apparently in
buttonPressed_Playyou callobjectAtIndexwith out-of-bounds index.