after recently updating an app to 64 bit, and 7.1 im getting a crash on a reload of a table. Ive tried various begin/end update attempts, but nothing seems to resolve.
Behaviour is around 2 seconds of hang then crash - here code called, then is the crash.
[myTableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationFade];
crash:
2015-11-02 20:10:24.827 ABC[43144:971620] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(
0 CoreFoundation 0x000000010cbe9f45 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010c663deb objc_exception_throw + 48
2 CoreFoundation 0x000000010caeceae -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 318
3 CoreFoundation 0x000000010caff21b +[NSDictionary dictionaryWithObjects:forKeys:count:] + 59
4 ABC 0x0000000106d7d426 -[ABCViewController tableView:heightForRowAtIndexPath:] + 1926
5 UIKit 0x00000001087105cf __66-[UISectionRowData refreshWithSection:tableView:tableViewRowData:]_block_invoke + 240
6 UIKit 0x000000010870fc5f -[UISectionRowData refreshWithSection:tableView:tableViewRowData:] + 4876
7 UIKit 0x0000000108712898 -[UITableViewRowData ensureAllSectionsAreValid] + 109
8 UIKit 0x00000001084e3132 -[UITableView _endCellAnimationsWithContext:] + 598
9 UIKit 0x00000001084fd1bf -[UITableView _updateSections:updateAction:withRowAnimation:headerFooterOnly:] + 403
10 ABC 0x0000000106d7b780 -[ABCTimesViewController updateData] + 8288
11 ABC 0x0000000106d79705 -[ABCTimesViewController connectionDidFinishLoading:] + 309
12 CFNetwork 0x000000010be689ae __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 69
13 CFNetwork 0x000000010be68952 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 199
14 CFNetwork 0x000000010be68aa7 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 48
15 CFNetwork 0x000000010bcd6452 ___ZN27URLConnectionClient_Classic26_delegate_didFinishLoadingEU13block_pointerFvvE_block_invoke + 104
16 CFNetwork 0x000000010bdc45eb ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 100
17 libdispatch.dylib 0x000000010d51449b _dispatch_client_callout + 8
18 libdispatch.dylib 0x000000010d4f654b _dispatch_block_invoke + 716
19 CFNetwork 0x000000010bcc26f0 _ZN19RunloopBlockContext13_invoke_blockEPKvPv + 24
20 CoreFoundation 0x000000010cae94c4 CFArrayApplyFunction + 68
21 CFNetwork 0x000000010bcc25e9 _ZN19RunloopBlockContext7performEv + 137
22 CFNetwork 0x000000010bcc24a2 _ZN17MultiplexerSource7performEv + 282
23 CFNetwork 0x000000010bcc22c4 _ZN17MultiplexerSource8_performEPv + 72
24 CoreFoundation 0x000000010cb16011 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
25 CoreFoundation 0x000000010cb0bf3c __CFRunLoopDoSources0 + 556
26 CoreFoundation 0x000000010cb0b3f3 __CFRunLoopRun + 867
27 CoreFoundation 0x000000010cb0ae08 CFRunLoopRunSpecific + 488
28 GraphicsServices 0x000000010dc2dad2 GSEventRunModal + 161
29 UIKit 0x00000001083be30d UIApplicationMain + 171
30 ABC 0x0000000106d56cd1 main + 97
31 libdyld.dylib 0x000000010d54892d start + 1
32 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Related
When I try to present the QLPreviewController, the app crashes, and I can see the log as shown below.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[2]'
*** First throw call stack:
(
0 CoreFoundation 0x000000011a0d2378 __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00000001171bebaf objc_exception_throw + 48
2 CoreFoundation 0x000000011a159641 -[__NSCFString characterAtIndex:].cold.1 + 0
3 CoreFoundation 0x000000011a163d66 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:].cold.5 + 0
4 CoreFoundation 0x000000011a144c7f -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 243
5 CoreFoundation 0x000000011a0d0faa +[NSDictionary dictionaryWithObjects:forKeys:count:] + 49
6 QuickLookUICore 0x0000000156e62b45 __49+[QLItem(PreviewInfo) contentTypesToPreviewTypes]_block_invoke + 528
7 libdispatch.dylib 0x000000011a8abf5b _dispatch_client_callout + 8
8 libdispatch.dylib 0x000000011a8ad5b5 _dispatch_once_callout + 66
9 QuickLookUICore 0x0000000156e62933 +[QLItem(PreviewInfo) contentTypesToPreviewTypes] + 46
10 QuickLookUICore 0x0000000156e632a0 -[QLItem(PreviewInfo) _uncachedPreviewItemTypeForContentType:] + 117
11 QuickLookUICore 0x0000000156e637b6 -[QLItem(PreviewInfo) _previewItemTypeForType:] + 150
12 QuickLookUICore 0x0000000156e635bc -[QLItem(PreviewInfo) _getPreviewItemType] + 61
13 QuickLookUICore 0x0000000156e4cea3 -[QLItem previewItemType] + 59
14 QuickLookUICore 0x0000000156e5476d +[QLItemFetcherFactory fetcherForPreviewItem:] + 90
15 QuickLookUICore 0x0000000156e4c575 -[QLItem fetcher] + 44
16 QuickLook 0x0000000118c8ad46 -[QLPreviewController previewItemAtIndex:withCompletionHandler:] + 153
17 QuickLook 0x0000000118cb26e4 __63-[QLPreviewItemStore previewItemAtIndex:withCompletionHandler:]_block_invoke + 267
18 QuickLookUICore 0x0000000156e49633 QLRunInMainThread + 51
19 QuickLook 0x0000000118cb25aa -[QLPreviewItemStore previewItemAtIndex:withCompletionHandler:] + 181
20 QuickLook 0x0000000118c8499d -[QLPreviewController internalCurrentPreviewItem] + 222
21 QuickLook 0x0000000118ce67e6 -[QLPreviewController(Overlay) _actionButton] + 344
22 QuickLook 0x0000000118ce6aab -[QLPreviewController(Overlay) _toolBarButtonsWithTraitCollection:] + 100
23 QuickLook 0x0000000118ce4a53 -[QLPreviewController(Overlay) _updateOverlayButtonsIfNeededWithTraitCollection:animated:updatedToolbarButtons:] + 129
24 QuickLook 0x0000000118ce40f6 -[QLPreviewController(Overlay) updateOverlayAnimated:animatedButtons:forceRefresh:withTraitCollection:] + 152
25 QuickLook 0x0000000118c847c2 -[QLPreviewController _setCurrentPreviewItemIndex:updatePreview:animated:] + 230
26 QuickLook 0x0000000118c8a628 -[QLPreviewController reloadData] + 418
27 QuickLook 0x0000000118c81529 -[QLPreviewController viewWillAppear:] + 408
28 UIKitCore 0x0000000138e03795 -[UIViewController _setViewAppearState:isAnimating:] + 832
29 UIKitCore 0x0000000138e0428b -[UIViewController __viewWillAppear:] + 107
30 UIKitCore 0x0000000138cd00fc __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.411 + 1127
31 UIKitCore 0x0000000139ca17dd -[_UIAfterCACommitBlock run] + 54
32 UIKitCore 0x0000000139ca1cdc -[_UIAfterCACommitQueue flush] + 190
33 UIKitCore 0x00000001396fa534 _runAfterCACommitDeferredBlocks + 782
34 UIKitCore 0x00000001396e8ce2 _cleanUpAfterCAFlushAndRunDeferredBlocks + 96
35 UIKitCore 0x000000013971e8dc _afterCACommitHandler + 72
36 CoreFoundation 0x000000011a030fe5 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
37 CoreFoundation 0x000000011a02b952 __CFRunLoopDoObservers + 515
38 CoreFoundation 0x000000011a02be9d __CFRunLoopRun + 1161
39 CoreFoundation 0x000000011a02b637 CFRunLoopRunSpecific + 560
40 GraphicsServices 0x000000012d00828a GSEventRunModal + 139
41 UIKitCore 0x00000001396ea425 -[UIApplication _run] + 994
42 UIKitCore 0x00000001396ef301 UIApplicationMain + 123
43 EAM360Enterprise 0x0000000100ca713f main + 63
44 dyld 0x0000000110eab2bf start_sim + 10
45 ??? 0x000000020870652e 0x0 + 8731518254
46 ??? 0x0000000000000003 0x0 + 3
)
libc++abi: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[2]'
_LSContextInitReturningError() failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={_LSFunction=_LSSchemaConfigureForStore, ExpectedSimulatorHash={length = 32, bytes = 0xed662242 5fb7c0a8 1bf3f783 33b5c275 ... 5cef5e61 5d97a96c }, _LSLine=478, WrongSimulatorHash={length = 32, bytes = 0x3190f8e7 217931fc b7f7be3d 298bbb9a ... 8472784b 30a84b1d }}
terminating with uncaught exception of type NSException
CoreSimulator 857.7 - Device: iPhone 14 Pro Max (090DE6D4-3F15-4A60-ABDD-09BE30F01F89) - Runtime: iOS 16.0 (20A360) - DeviceType: iPhone 14 Pro Max
Any help would be greatly appreciated! Thanks!
I'm calling a controller that appears but after a while when I call back, I get this error:
2017-02-28 16:43:53.858 VoxInfra[38864:7593572] * Terminating app
due to uncaught exception 'NSInternalInconsistencyException', reason:
'Could not load NIB in bundle: 'NSBundle
(loaded)' with name 'TrackViewController''
* First throw call stack: ( 0 CoreFoundation 0x0000000107085d4b exceptionPreprocess + 171 1 libobjc.A.dylib
0x000000010677e21e objc_exception_throw + 48 2 CoreFoundation
0x00000001070ef2b5 +[NSException raise:format:] + 197 3 UIKit
0x0000000103391bd2 -[UINib instantiateWithOwner:options:] + 507 4
UIKit 0x00000001031259c5
-[UIViewController _loadViewFromNibNamed:bundle:] + 386 5 UIKit 0x00000001031262e7 -[UIViewController loadView] + 177 6 UIKit
0x000000010312661c -[UIViewController loadViewIfRequired] + 201 7
UIKit 0x0000000103126e70
-[UIViewController view] + 27 8 UIKit 0x00000001039e76a4 -[_UIFullscreenPresentationController
_setPresentedViewController:] + 87 9 UIKit 0x0000000103101702 -[UIPresentationController
initWithPresentedViewController:presentingViewController:] + 141 10
UIKit 0x0000000103139e97
-[UIViewController _presentViewController:withAnimationController:completion:] + 3956 11 UIKit 0x000000010313d26b
-[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 530 12 UIKit 0x000000010313cd51
-[UIViewController presentViewController:animated:completion:] + 179 13 VoxInfra 0x0000000102dcd991
-[MainViewController controllerTrace:] + 209 14 CoreFoundation 0x00000001070235ec
__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12 15 CoreFoundation 0x00000001070234eb
_CFXRegistrationPost + 427 16 CoreFoundation 0x0000000107023252 _CFXNotificationPost_block_invoke + 50 17
CoreFoundation 0x0000000106fe6282
-[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018 18 CoreFoundation 0x0000000106fe531b
_CFXNotificationPost + 667 19 Foundation 0x000000010514381b -[NSNotificationCenter
postNotificationName:object:userInfo:] + 66 20 VoxInfra
0x0000000102dd2535 __36-[MainViewController
showMenuDroite]_block_invoke.658 + 101 21 VoxInfra
0x0000000102de3a9b __33-[CHTumblrMenuView buttonTapped:]_block_invoke
+ 59 22 libdispatch.dylib 0x000000010b3520cd _dispatch_client_callout + 8 23 libdispatch.dylib 0x000000010b32e16c _dispatch_continuation_pop + 1091 24
libdispatch.dylib 0x000000010b3431de
_dispatch_source_latch_and_call + 195 25 libdispatch.dylib 0x000000010b33bd79 _dispatch_source_invoke + 1098 26
libdispatch.dylib 0x000000010b332afc
_dispatch_main_queue_callback_4CF + 1006 27 CoreFoundation 0x0000000107049e49 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
+ 9 28 CoreFoundation 0x000000010700f37d __CFRunLoopRun + 2205 29 CoreFoundation 0x000000010700e884 CFRunLoopRunSpecific + 420 30 GraphicsServices
0x00000001082e5a6f GSEventRunModal + 161 31 UIKit
0x0000000102f84c68 UIApplicationMain + 159 32 VoxInfra
0x0000000102e3547f main + 111 33 libdyld.dylib
0x000000010b39e68d start + 1 ) libc++abi.dylib: terminating with
uncaught exception of type NSException
We upgraded google admob v7.5.1 to v7.7.0 through pod file. After upgrade app crash on launching with following log.
2016-03-21 12:17:47.065 myAppName[3672:83997] -[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa0110632e20924c9
2016-03-21 12:17:47.119 myAppName[3672:83997] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa0110632e20924c9'
*** First throw call stack:
(
0 CoreFoundation 0x000000010a3e8e65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000109e5fdeb objc_exception_throw + 48
2 CoreFoundation 0x000000010a3f148d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x000000010a33e90a ___forwarding___ + 970
4 CoreFoundation 0x000000010a33e4b8 _CF_forwarding_prep_0 + 120
5 CoreFoundation 0x000000010a300e84 -[NSSet initWithArray:] + 36
6 myAppName 0x000000010579e66e hasRequiredParams + 19102
7 myAppName 0x000000010579c3a3 hasRequiredParams + 10195
8 myAppName 0x000000010579c1fc hasRequiredParams + 9772
9 myAppName 0x000000010579c048 hasRequiredParams + 9336
10 myAppName 0x000000010573ad87 GADiTunesMetadataForFileAtPath + 2024
11 myAppName 0x000000010573a7d2 GADiTunesMetadataForFileAtPath + 563
12 Foundation 0x0000000106d07790 -[__NSObserver _doit:] + 304
13 CoreFoundation 0x000000010a3b569c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
14 CoreFoundation 0x000000010a3b53db _CFXRegistrationPost + 427
15 CoreFoundation 0x000000010a3b5142 ___CFXNotificationPost_block_invoke + 50
16 CoreFoundation 0x000000010a3fa972 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1986
17 CoreFoundation 0x000000010a2b0279 _CFXNotificationPost + 633
18 Foundation 0x0000000106ceb109 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
19 UIKit 0x0000000107cb06f0 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4272
20 UIKit 0x0000000107cb6cc6 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1760
21 UIKit 0x0000000107cb3e7b -[UIApplication workspaceDidEndTransaction:] + 188
22 FrontBoardServices 0x000000010bcdf754 -[FBSSerialQueue _performNext] + 192
23 FrontBoardServices 0x000000010bcdfac2 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
24 CoreFoundation 0x000000010a314a31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
25 CoreFoundation 0x000000010a30a95c __CFRunLoopDoSources0 + 556
26 CoreFoundation 0x000000010a309e13 __CFRunLoopRun + 867
27 CoreFoundation 0x000000010a309828 CFRunLoopRunSpecific + 488
28 UIKit 0x0000000107cb37cd -[UIApplication _run] + 402
29 UIKit 0x0000000107cb8610 UIApplicationMain + 171
30 myAppName 0x00000001055b4c7e main + 62
31 libdyld.dylib 0x000000010a8d492d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
I am doing an application, and when I try to save data from a UIView to Core Data, it throws an error... I have been more than 5 hours trying some different things, but I am unable to repair it.
I don't think it could be that I am saving it in a bad way, because I use the same method on another UIView and it works perfectly. I had only changed some UITextfields...
This is the error:
2014-02-02 18:52:51.937 4Dealrs[3900:70b] CoreData: error: Serious application error. Exception was caught during Core Data change processing. This is usually a bug within an observer of NSManagedObjectContextObjectsDidChangeNotification. [ valueForUndefinedKey:]: this class is not key value coding-compliant for the key . with userInfo {
NSTargetObjectUserInfoKey = ">";
NSUnknownUserInfoKey = "";
}
2014-02-02 18:52:51.940 4Dealrs[3900:70b] * Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ valueForUndefinedKey:]: this class is not key value coding-compliant for the key .'
* First throw call stack:
(
0 CoreFoundation 0x01b9d5e4 exceptionPreprocess + 180
1 libobjc.A.dylib 0x018468b6 objc_exception_throw + 44
2 CoreFoundation 0x01c2d6a1 -[NSException raise] + 17
3 Foundation 0x015078ca -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 282
4 Foundation 0x01474921 _NSGetUsingKeyValueGetter + 81
5 Foundation 0x01473f5b -[NSObject(NSKeyValueCoding) valueForKey:] + 260
6 Foundation 0x014d56af -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 321
7 UIKit 0x00b310c5 -[UINibKeyValuePair apply] + 70
8 libobjc.A.dylib 0x018587d2 -[NSObject performSelector:] + 62
9 CoreFoundation 0x01b98b6a -[NSArray makeObjectsPerformSelector:] + 314
10 UIKit 0x00855552 -[UINib instantiateWithOwner:options:] + 1389
11 UIKit 0x00698b4b -[UITableView _dequeueReusableViewOfType:withIdentifier:] + 370
12 UIKit 0x00698e24 -[UITableView dequeueReusableCellWithIdentifier:] + 48
13 UIKit 0x00698e54 -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] + 43
14 4Dealrs 0x00014b12 -[SDListaClientesViewController tableView:cellForRowAtIndexPath:] + 130
15 UIKit 0x006a361f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
16 UIKit 0x006a36f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
17 UIKit 0x008bf112 -[_UITableViewUpdateSupport(Private) _setupAnimationsForNewlyInsertedCells] + 8156
18 UIKit 0x008c85ca -[_UITableViewUpdateSupport _setupAnimations] + 143
19 UIKit 0x0068a4bd -[UITableView _updateWithItems:updateSupport:] + 1898
20 UIKit 0x006858e1 -[UITableView _endCellAnimationsWithContext:] + 13534
21 UIKit 0x00695550 -[UITableView _updateRowsAtIndexPaths:updateAction:withRowAnimation:] + 337
22 UIKit 0x0069558f -[UITableView insertRowsAtIndexPaths:withRowAnimation:] + 55
23 4Dealrs 0x0000d4c7 -[CoreDataTableViewController controller:didChangeObject:atIndexPath:forChangeType:newIndexPath:] + 375
24 CoreData 0x00178df2 -[NSFetchedResultsController(PrivateMethods) _managedObjectContextDidChange:] + 4322
25 Foundation 0x01519bf9 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 40
26 CoreFoundation 0x01bf9524 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20
27 CoreFoundation 0x01b5100b _CFXNotificationPost + 2859
28 Foundation 0x01453951 -[NSNotificationCenter postNotificationName:object:userInfo:] + 98
29 CoreData 0x0007d173 -[NSManagedObjectContext(_NSInternalNotificationHandling) _postObjectsDidChangeNotificationWithUserInfo:] + 83
30 CoreData 0x0011c78f -[NSManagedObjectContext(_NSInternalChangeProcessing) _createAndPostChangeNotification:withDeletions:withUpdates:withRefreshes:] + 367
31 CoreData 0x00078608 -[NSManagedObjectContext(_NSInternalChangeProcessing) _processRecentChanges:] + 2152
32 CoreData 0x00077d99 -[NSManagedObjectContext processPendingChanges] + 41
33 CoreData 0x0004bfe1 _performRunLoopAction + 321
34 CoreFoundation 0x01b654ce CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 30
35 CoreFoundation 0x01b6541f __CFRunLoopDoObservers + 399
36 CoreFoundation 0x01b43344 __CFRunLoopRun + 1076
37 CoreFoundation 0x01b42ac3 CFRunLoopRunSpecific + 467
38 CoreFoundation 0x01b428db CFRunLoopRunInMode + 123
39 GraphicsServices 0x02eb39e2 GSEventRunModal + 192
40 GraphicsServices 0x02eb3809 GSEventRun + 104
41 UIKit 0x005b4d3b UIApplicationMain + 1225
42 4Dealrs 0x0000db7d main + 141
43 libdyld.dylib 0x02b5570d start + 1
44 ??? 0x00000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
I have been searching about this error, but I haven't found nothing useful...
Thanks in advance!
From the stack trace it looks like you have a tableViewCell being instantiated from a NIB file and in the NIB you have an outlet setup for one of the fields which does not have a matching property in the .h/.m file. So double check all your outlets in the tableViewCell NIB file.
I have an app which work perfectly on iPhone. But when i starting it on iPad and tap on UITextField it’s crash with error:
Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
*** First throw call stack:
(
0 CoreFoundation 0x032a05e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x02c1e8b6 objc_exception_throw + 44
2 CoreFoundation 0x032414e6 -[__NSArrayM objectAtIndex:] + 246
3 Parking 0x002b0ccd -[UIView(Hackery) pd_swizzled_exchangeSubviewAtIndex:withSubviewAtIndex:] + 141
4 UIKit 0x020a89ef -[_UIBackdropView ensureProperSubviewOrdering] + 666
5 UIKit 0x020a810e -[_UIBackdropView updateSubviewHierarchyIfNeededForSettings:] + 127
6 UIKit 0x020a47dc -[_UIBackdropView setComputesColorSettings:] + 235
7 UIKit 0x01b1c87a -[UIKBBackdropView triggerUpdate:] + 400
8 Foundation 0x028f1bf9 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 40
9 CoreFoundation 0x032fc524 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
10 CoreFoundation 0x0325400b _CFXNotificationPost + 2859
11 Foundation 0x0282b951 -[NSNotificationCenter postNotificationName:object:userInfo:] + 98
12 UIKit 0x01e1cb1b -[UIInputViewTransition postNotificationsForTransitionEnd] + 1054
13 UIKit 0x0c69c453 -[UIInputViewTransitionAccessibility(SafeCategory) postNotificationsForTransitionEnd] + 51
14 UIKit 0x01e13138 __53-[UIPeripheralHost(UIKitInternal) executeTransition:]_block_invoke1332 + 455
15 UIKit 0x019ef005 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 306
16 UIKit 0x019d8c6c -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 267
17 UIKit 0x019d8f58 -[UIViewAnimationState animationDidStop:finished:] + 80
18 UIKit 0x0c6a4b67 -[UIViewAnimationStateAccessibility(SafeCategory) animationDidStop:finished:] + 66
19 QuartzCore 0x00821a44 _ZN2CA5Layer23run_animation_callbacksEPv + 304
20 libdispatch.dylib 0x0362b4b0 _dispatch_client_callout + 14
21 libdispatch.dylib 0x0361975e _dispatch_main_queue_callback_4CF + 340
22 CoreFoundation 0x03305a5e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
23 CoreFoundation 0x032466bb __CFRunLoopRun + 1963
24 CoreFoundation 0x03245ac3 CFRunLoopRunSpecific + 467
25 CoreFoundation 0x032458db CFRunLoopRunInMode + 123
26 GraphicsServices 0x03f7d9e2 GSEventRunModal + 192
27 GraphicsServices 0x03f7d809 GSEventRun + 104
28 UIKit 0x0198cd3b UIApplicationMain + 1225
29 Parking 0x00073cad main + 141
30 libdyld.dylib 0x038bd70d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
I tried comment all my code to find a reason. Even created an empty view controller and add text field to it. But it’s didn't helped. Any idea?
It is an issue with PonyDebugger which has been fixed in the latest release. Use a version >= 0.3.1.
pod 'PonyDebugger', '~> 0.3.1'