2011-02-06 8 views
0
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:' 

これは、「再生」ボタンを押すと起こります。アプリを起動するにはどうすればよいですか?これはなぜアプリの起動を妨げるのですか?

答えて

1

私はObjCのバックグラウンドを持っていませんが、buttonPressed_Playには、範囲外のインデックスでobjectAtIndexと呼んでいるようです。

関連する問題