Problema simulador xcode 6.

Para dar las gracias debes entrar o registrarte en el foro

iMiembro 2G
iMiembro 2G
Mensajes: 27 Agradecido: 0
16 Sep 2014, 13:51# 1

Buenas de nuevo
Estoy adaptando mi app para que funcione en iOS 8 pero me da un problema con el simulador solo cuando lo pruebo en iphone 4s. Los demás funcionan perfectos y es un problema al mostrar la publicidad.
¿A alguno mas le ha pasado? ¿Alguien sabe por que puede ser?
El error es el siguiente:

2014-09-16 13:22:38.139 MyApp[4011:114849] 0
2014-09-16 13:22:42.864 MyApp[4011:114849] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayI objectAtIndex:]: index 24 beyond bounds [0 .. 23]'
*** First throw call stack:
(
0 CoreFoundation 0x04413df6 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x0322fa97 objc_exception_throw + 44
2 CoreFoundation 0x042f71b2 -[__NSArrayI objectAtIndex:] + 210
3 MyApp 0x000cdb8b -[TSFrequencyManager addOccurrenceForAdData:adTimes:format:zone:] + 945
4 MyApp 0x0009ee83 -[TSAdView adDidLoad] + 272
5 MyApp 0x0009d040 -[TSAdView showNoAd] + 53
6 MyApp 0x0009cfbd -[TSAdView showAdvertisingWithAdData:] + 179
7 MyApp 0x0009ca02 __19-[TSAdView showAd:]_block_invoke + 87
8 MyApp 0x000b1a33 __52-[TSAdQueueManager adDataForAdView:zone:completion:]_block_invoke188 + 53
9 libdispatch.dylib 0x07a4241a _dispatch_call_block_and_release + 15
10 libdispatch.dylib 0x07a62e1f _dispatch_client_callout + 14
11 libdispatch.dylib 0x07a49981 _dispatch_main_queue_callback_4CF + 610
12 CoreFoundation 0x0436df3e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
13 CoreFoundation 0x0432cd40 __CFRunLoopRun + 2256
14 CoreFoundation 0x0432c1ab CFRunLoopRunSpecific + 443
15 CoreFoundation 0x0432bfdb CFRunLoopRunInMode + 123
16 GraphicsServices 0x0429f24f GSEventRunModal + 192
17 GraphicsServices 0x0429f08c GSEventRun + 104
18 UIKit 0x00213e16 UIApplicationMain + 1526
19 MyApp 0x00068b1d main + 141
20 libdyld.dylib 0x07a8eac9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException

Gracias  
Etiquetado en:
iMiembro 7G
iMiembro 7G
Mensajes: 302 Agradecido: 80
16 Sep 2014, 23:29# 2

La stack es clara, índice fuera de rango. Estás intentando recuperar el elemento con índice 24 en un NSArray de 24 elementos (índice máximo 23). El fallo está en la función [TSFrequencyManager addOcurrenceForAdData:adTimes:format:zone].

Enviado desde mi LG-V500 mediante Tapatalk

Gracias  

Publicidad
Publicidad