ios - SocketMobile SocketScan -[AccessoryMonitor CheckForChanges:] NSRangeException -


i have integrated socket mobile scanners using scanapisdk (v 10.2.227). received crash log on -[accessorymonitor checkforchanges:] seems part of sdk.

has experienced before? best way find cause of issue?

appreciate help. crash log below.

*** -[__nsarraym getobjects:range:]: range {0, 1} extends beyond bounds empty array  #7. crashed: com.twitter.crashlytics.ios.exception 0  myfirstapp                     0x10076389c clsprocessrecordallthreads + 4302256284 1  myfirstapp                     0x10076389c clsprocessrecordallthreads + 4302256284 2  myfirstapp                     0x100763d4c clsprocessrecordallthreads + 4302257484 3  myfirstapp                     0x10074e78c clshandler + 4302169996 4  myfirstapp                     0x100761aa4 __clsexceptionrecord_block_invoke + 4302248612 5  libdispatch.dylib              0x1811d947c _dispatch_client_callout + 16 6  libdispatch.dylib              0x1811e4728 _dispatch_barrier_sync_f_invoke + 100 7  myfirstapp                     0x10076163c clsexceptionrecord + 4302247484 8  myfirstapp                     0x100761454 clsexceptionrecordnsexception + 4302246996 9  myfirstapp                     0x1007610b4 clsterminatehandler() + 4302246068 10 libc++abi.dylib                0x180de6f44 std::__terminate(void (*)()) + 16 11 libc++abi.dylib                0x180de685c __cxxabiv1::exception_cleanup_func(_unwind_reason_code, _unwind_exception*) + 134 12 libobjc.a.dylib                0x180df4094 _objc_exception_destructor(void*) + 330 13 corefoundation                 0x181672ff8 -[nsmutablearray sortusingselector:] + 634 14 corefoundation                 0x181672b10 -[nsarray initwitharray:range:copyitems:] + 248 15 corefoundation                 0x181672a04 +[nsarray arraywitharray:] + 80 16 myfirstapp                     0x1004f59d8 -[accessorymonitor checkforchanges:] (accessorymonitor.m:204) 17 myfirstapp                     0x1004f5be0 sktaccessoryenumerator::wait(unsigned long, tskthardware**, cskttransport**) (sktaccessoryenumerator.mm:86) 18 myfirstapp                     0x1004e6130 sktscanapilistenerthread(void*) (sktlistener.mm:207) 19 libsystem_pthread.dylib        0x1813f3b28 _pthread_body + 156 20 libsystem_pthread.dylib        0x1813f3a8c _pthread_body + 154 21 libsystem_pthread.dylib        0x1813f1028 thread_start + 4  --  fatal exception: nsrangeexception 0  corefoundation                 0x18178edb0 __exceptionpreprocess 1  libobjc.a.dylib                0x180df3f80 objc_exception_throw 2  corefoundation                 0x181672ff8 -[nsmutablearray sortusingselector:] 3  corefoundation                 0x181672b10 -[nsarray initwitharray:range:copyitems:] 4  corefoundation                 0x181672a04 +[nsarray arraywitharray:] 5  myfirstapp                     0x1004f59d8 -[accessorymonitor checkforchanges:] (accessorymonitor.m:204) 6  myfirstapp                     0x1004f5be0 sktaccessoryenumerator::wait(unsigned long, tskthardware**, cskttransport**) (sktaccessoryenumerator.mm:86) 7  myfirstapp                     0x1004e6130 sktscanapilistenerthread(void*) (sktlistener.mm:207) 8  libsystem_pthread.dylib        0x1813f3b28 _pthread_body 9  libsystem_pthread.dylib        0x1813f3a8c _pthread_body 10 libsystem_pthread.dylib        0x1813f1028 thread_start 


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -