开发者

Why is this preventing the app from launching?

开发者 https://www.devze.com 2023-02-08 14:43 出处:网络
2/5/11 4:01:34 PM CNCRA3-launcher[1838] *** NSThread: ignoring exception \'*** -[NSArray objectAtIndex:]: index (-1 (or possib开发者_JAVA百科ly larger)) beyond bounds (0)\' that raised during thread p
2/5/11 4:01:34 PM
CNCRA3-launcher[1838]
*** NSThread: ignoring exception '*** -[NSArray objectAtIndex:]: index (-1 (or possib开发者_JAVA百科ly 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_Play you call objectAtIndex with out-of-bounds index.

0

精彩评论

暂无评论...
验证码 换一张
取 消