1

私はチタンモバイルで働いています。問題が発生しました。iPhone用アプリを開発しました。iOS6では完全に機能していましたが、iOS7ではクラッシュの問題が発生しています:(。グーグルで検索しましたが、まったく手がかりがありません:(私のトレースログは次のとおりです:

 [ERROR] The application has crashed with an uncaught exception 'NSRangeException'.
 Reason: 
 *** -[__NSArrayM objectAtIndex:]: index 29 beyond bounds [0 .. 28] 
 Stack trace:
 0   CoreFoundation                      0x043ab5c8 __exceptionPreprocess + 152
 1   libobjc.A.dylib                     0x03eb58b6 objc_exception_throw + 44
 2   CoreFoundation                      0x0434c4e6 -[__NSArrayM objectAtIndex:] + 246
 3   SpotLight                           0x0007c9b0 -[TiViewProxy insertSubview:forProxy:] + 1520
 4   SpotLight                           0x0007d22b -[TiViewProxy relayout] + 2075
 5   SpotLight                           0x0007bcd3 -[TiViewProxy refreshView:] + 675
 6   SpotLight                           0x0007d543 -[TiViewProxy layoutChildrenIfNeeded] + 259
 7   SpotLight                           0x001faba7 +[TiLayoutQueue layoutProxy:] + 87
 8   SpotLight                           0x001fa972 performLayoutRefresh + 530
 9   CoreFoundation                      0x04369bd6      
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
10  CoreFoundation                      0x043695bd __CFRunLoopDoTimer + 1181
11  CoreFoundation                      0x04351628 __CFRunLoopRun + 1816
12  CoreFoundation                      0x04350ac3 CFRunLoopRunSpecific + 467
13  CoreFoundation                      0x043508db CFRunLoopRunInMode + 123
14  GraphicsServices                    0x046059e2 GSEventRunModal + 192
15  GraphicsServices                    0x04605809 GSEventRun + 104    

16  UIKit                               0x01b5fd3b UIApplicationMain + 1225
17  SpotLight                           0x000042a8 main + 456
18  SpotLight                           0x00002bf5 start + 53
19  ???                                 0x00000001 0x0 + 1 

誰かがそれについて何か手がかりを持っています。どんな助けでも素晴らしいでしょう。

4

1 に答える 1