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
Related
After updating the Xcode to version 14 we faced a crash while launching the app. How can we fix this issue.
[13113:89575] *** Assertion failure in -[UIButton dealloc], UIView.m:4628
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application circumvented Objective-C runtime dealloc initiation for object.'
*** First throw call stack:
(
0 CoreFoundation 0x00007ff800427378 __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff80004dbaf objc_exception_throw + 48
2 Foundation 0x00007ff800b876ac _userInfoForFileAndLine + 0
3 UIKitCore 0x000000011eb8e997 -[UIView dealloc] + 1458
4 UIKitCore 0x000000011dcfb835 -[UIButton dealloc] + 41
5 libobjc.A.dylib 0x00007ff80004b6a1 _ZN11objc_object17sidetable_releaseEbb + 203
6 CoreFoundation 0x00007ff8003144e8 __RELEASE_OBJECTS_IN_THE_ARRAY__ + 11
7 CoreFoundation 0x00007ff80031442e -[__NSArrayM dealloc] + 283
8 libobjc.A.dylib 0x00007ff80004b6a1 _ZN11objc_object17sidetable_releaseEbb + 203
9 libobjc.A.dylib 0x00007ff80004be64 _ZN19AutoreleasePoolPage12releaseUntilEPP11objc_object + 18
10 libobjc.A.dylib 0x00007ff80004bcad objc_autoreleasePoolPop + 203
11 UIKitCore 0x000000011e0a083b -[UINib instantiateWithOwner:options:] + 3109
12 UIKitCore 0x000000011dcaad51 -[UIViewController loadView] + 640
13 UIKitCore 0x000000011dcab0a7 -[UIViewController loadViewIfRequired] + 95
14 UIKitCore 0x000000011dbd6d7e -[UINavigationController _updateScrollViewFromViewController:toViewController:] + 162
15 UIKitCore 0x000000011dbd70c2 -[UINavigationController _startTransition:fromViewController:toViewController:] + 227
16 UIKitCore 0x000000011dbd80c3 -[UINavigationController _startDeferredTransitionIfNeeded:] + 863
17 UIKitCore 0x000000011dbd9468 -[UINavigationController __viewWillLayoutSubviews] + 136
18 UIKitCore 0x000000011dbb704c -[UILayoutContainerView layoutSubviews] + 207
19 UIKitCore 0x000000011ebc0913 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2305
20 QuartzCore 0x00007ff8088f8cb8 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 526
21 QuartzCore 0x00007ff808904191 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 65
22 QuartzCore 0x00007ff80881821d _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 623
23 QuartzCore 0x00007ff80884fa56 _ZN2CA11Transaction6commitEv + 714
24 UIKitCore 0x000000011e5b831c __34-[UIApplication _firstCommitBlock]_block_invoke_2 + 34
25 CoreFoundation 0x00007ff800386cb1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
26 CoreFoundation 0x00007ff80038646a __CFRunLoopDoBlocks + 406
27 CoreFoundation 0x00007ff800380dc8 __CFRunLoopRun + 948
28 CoreFoundation 0x00007ff800380637 CFRunLoopRunSpecific + 560
29 GraphicsServices 0x00007ff809c0f28a GSEventRunModal + 139
30 UIKitCore 0x000000011e598425 -[UIApplication _run] + 994
31 UIKitCore 0x000000011e59d301 UIApplicationMain + 123
32 UK News 0x00000001071675e9 main + 73
33 dyld 0x0000000108a142bf start_sim + 10
34 ??? 0x0000000109c6252e 0x0 + 4458947886
)
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application circumvented Objective-C runtime dealloc initiation for <UIButton> object.'
CoreSimulator 857.7 - Device: iPhone 14 (722946E3-1DBE-4032-911B-51C89F27E522) - R
Search initialise method in your project and replace it with load method. Check it below.
Find
+(void)initialize
{
[super initialize];
}
Replace
+(void)load
{
[super load];
}
I am writing a program using SpriteKit and UIKit.
I have two view controller in my program, first for main page and second for GameViewController (which includes GameScene). I have added a back button to the GameViewController which goes to main page (MainPageViewController). Everything works fine so far.
In my first page, when I wanted to go back again to GameViewController, program crashes and the following error is given:
GitarTelleri[959:47801] 15:21:39.405 ERROR:
AVAudioEngineGraph.mm:1743: _Connect: required condition is false:
!destNodeMixerConns.empty() && !isDestNodeConnectedToIONode 2016-09-19
15:21:39.413 GitarTelleri[959:47801] * Terminating app due to
uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required
condition is false: !destNodeMixerConns.empty() &&
!isDestNodeConnectedToIONode'
* First throw call stack: ( 0 CoreFoundation 0x0000000104250d85 exceptionPreprocess + 165 1 libobjc.A.dylib
0x00000001061d2deb objc_exception_throw + 48 2 CoreFoundation
0x0000000104250bea +[NSException raise:format:arguments:] + 106 3
libAVFAudio.dylib 0x000000010915eff3
_Z19AVAE_RaiseExceptionP8NSStringz + 176 4 libAVFAudio.dylib 0x0000000109171bc3
_ZN18AVAudioEngineGraph8_ConnectEP19AVAudioNodeImplBaseS1_jjP13AVAudioFormat
+ 1281 5 libAVFAudio.dylib 0x0000000109174df0 _ZN18AVAudioEngineGraph7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 322 6 libAVFAudio.dylib 0x00000001091a7a71
_ZN17AVAudioEngineImpl7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 301 7 libAVFAudio.dylib 0x00000001091a7ad8
-[AVAudioEngine connect:to:format:] + 83 8 AudioKit 0x00000001037a611b
_TTSf4n_d___TZFC8AudioKit8AudioKits6outputGSqCS_6AKNode_ + 267 9 GitarTelleri 0x000000010362c234
TFC12GitarTelleri18GameViewController13viewDidAppearfSbT + 196 10 GitarTelleri 0x000000010362c341
TToFC12GitarTelleri18GameViewController13viewDidAppearfSbT + 49 11 UIKit 0x0000000104df7335
-[UIViewController _setViewAppearState:isAnimating:] + 830 12 UIKit 0x0000000104e30589 -[UINavigationController viewDidAppear:] + 207 13
UIKit 0x0000000104df7335
-[UIViewController _setViewAppearState:isAnimating:] + 830 14 UIKit 0x0000000104df7cb8 -[UIViewController _endAppearanceTransition:] + 262
15 UIKit 0x0000000104dc208a
-[UIPresentationController transitionDidFinish:] + 827 16 UIKit 0x0000000104f9f38f -[_UICurrentContextPresentationController
transitionDidFinish:] + 42 17 UIKit
0x0000000104dc57c1 __56-[UIPresentationController
runTransitionForCurrentState]_block_invoke_2 + 183 18 UIKit
0x00000001056844c8 -[_UIViewControllerTransitionContext
completeTransition:] + 101 19 UIKit
0x0000000104dbef77 -[UITransitionView notifyDidCompleteTransition:] +
252 20 UIKit 0x0000000104dbec88
-[UITransitionView _didCompleteTransition:] + 1344 21 UIKit 0x0000000104dc13f4 -[UITransitionView _transitionDidStop:finished:] +
104 22 UIKit 0x0000000104ce47ff
-[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 241 23 UIKit 0x0000000104ce4bae
-[UIViewAnimationState animationDidStop:finished:] + 80 24 QuartzCore 0x0000000107d7d3c8
_ZN2CA5Layer23run_animation_callbacksEPv + 308 25 libdispatch.dylib 0x0000000108c773eb _dispatch_client_callout + 8 26 libdispatch.dylib
0x0000000108c5f1ef _dispatch_main_queue_callback_4CF + 1738 27
CoreFoundation 0x00000001041aa0f9
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 28 CoreFoundation 0x000000010416bb99 __CFRunLoopRun
+ 2073 29 CoreFoundation 0x000000010416b0f8 CFRunLoopRunSpecific + 488 30 GraphicsServices
0x000000010a189ad2 GSEventRunModal + 161 31 UIKit
0x0000000104c56f09 UIApplicationMain + 171 32 GitarTelleri
0x0000000103630372 main + 114 33 libdyld.dylib
0x0000000108cab92d start + 1 34 ???
0x0000000000000001 0x0 + 1 ) libc++abi.dylib: terminating with
uncaught exception of type NSException (lldb)
Should I change something in AppDelegate.swift or should I clean something when BackButton is clicked?
check your back button have AudioKit.stop()
This is the message I read when I try to run my application. There are no breakpoints inside of the app that may stop it. I really don't know what to do. Help me please!!
2015-12-21 21:31:51.920 Secondo B[11523:709635] Unknown class _TtC9Secondo_B14ViewController in Interface Builder file.
2015-12-21 21:31:51.934 Secondo B[11523:709635] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x7a672ed0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key passwordLabel.'
*** First throw call stack:
(
0 CoreFoundation 0x013fca84 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x0322de02 objc_exception_throw + 50
2 CoreFoundation 0x013fc6a1 -[NSException raise] + 17
3 Foundation 0x0184e31c -[NSObject(NSKeyValueCoding) setValue:forUndefinedKey:] + 282
4 Foundation 0x017a88da _NSSetUsingKeyValueSetter + 115
5 Foundation 0x017a885f -[NSObject(NSKeyValueCoding) setValue:forKey:] + 295
6 UIKit 0x01f37845 -[UIViewController setValue:forKey:] + 85
7 Foundation 0x017dd0bd -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 384
8 UIKit 0x021aa05c -[UIRuntimeOutletConnection connect] + 132
9 libobjc.A.dylib 0x0324200c -[NSObject performSelector:] + 62
10 CoreFoundation 0x0132d571 -[NSArray makeObjectsPerformSelector:] + 273
11 UIKit 0x021a86f6 -[UINib instantiateWithOwner:options:] + 2102
12 UIKit 0x01f3f294 -[UIViewController _loadViewFromNibNamed:bundle:] + 429
13 UIKit 0x01f3fccc -[UIViewController loadView] + 189
14 UIKit 0x01f400d8 -[UIViewController loadViewIfRequired] + 154
15 UIKit 0x01f409c5 -[UIViewController view] + 35
16 UIKit 0x027d7bbc -[_UIFullscreenPresentationController _setPresentedViewController:] + 89
17 UIKit 0x01f0a3e7 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 140
18 UIKit 0x01f54e4d -[UIViewController _presentViewController:withAnimationController:completion:] + 4539
19 UIKit 0x01f5834b __62-[UIViewController presentViewController:animated:completion:]_block_invoke + 397
20 UIKit 0x01f58690 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 493
21 UIKit 0x01f58177 -[UIViewController presentViewController:animated:completion:] + 182
22 UIKit 0x0257787f __74-[UIStoryboardPresentationSegueTemplate newDefaultPerformHandlerForSegue:]_block_invoke + 173
23 UIKit 0x02592c62 -[UIStoryboardSegue perform] + 37
24 UIKit 0x0257f1e7 -[UIStoryboardSegueTemplate _performWithDestinationViewController:sender:] + 508
25 UIKit 0x0257efbf -[UIStoryboardSegueTemplate _perform:] + 92
26 UIKit 0x01f4356b -[UIViewController performSegueWithIdentifier:sender:] + 105
27 Secondo B 0x000c4d49 _TFC9Secondo_B18ViewControllerHome13viewDidAppearfS0_FSbT_ + 409
28 Secondo B 0x000c4dbf _TToFC9Secondo_B18ViewControllerHome13viewDidAppearfS0_FSbT_ + 63
29 UIKit 0x01f46582 -[UIViewController _setViewAppearState:isAnimating:] + 774
30 UIKit 0x01f46d01 -[UIViewController __viewDidAppear:] + 166
31 UIKit 0x01f85d77 -[UINavigationController viewDidAppear:] + 227
32 UIKit 0x01f46582 -[UIViewController _setViewAppearState:isAnimating:] + 774
33 UIKit 0x01f46d01 -[UIViewController __viewDidAppear:] + 166
34 UIKit 0x01f497c9 __64-[UIViewController viewDidMoveToWindow:shouldAppearOrDisappear:]_block_invoke + 57
35 UIKit 0x01f4778b -[UIViewController _executeAfterAppearanceBlock] + 92
36 UIKit 0x01d83a6e _runAfterCACommitDeferredBlocks + 704
37 UIKit 0x01d98d81 _cleanUpAfterCAFlushAndRunDeferredBlocks + 103
38 UIKit 0x01d98b6d __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke_2 + 124
39 CoreFoundation 0x01316d00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
40 CoreFoundation 0x0130c683 __CFRunLoopDoBlocks + 195
41 CoreFoundation 0x0130bdb8 __CFRunLoopRun + 1016
42 CoreFoundation 0x0130b706 CFRunLoopRunSpecific + 470
43 CoreFoundation 0x0130b51b CFRunLoopRunInMode + 123
44 GraphicsServices 0x05979664 GSEventRunModal + 192
45 GraphicsServices 0x059794a1 GSEventRun + 104
46 UIKit 0x01d761eb UIApplicationMain + 160
47 Secondo B 0x000c5eec main + 140
48 libdyld.dylib 0x03c9ba21 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Fix the outlet for passwordLabel. You can do this through ctr + drag from the label to the IBOutlet. Hope this helps.
I just started recently. I can't fix it and I don't know How to do
I have attached files and images. When I run my app, I receive the following error:
2015-11-26 12:17:08.175 login[6107:324531]
*** Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: 'Receiver (<login.ViewController: 0x7fc0d94b28d0>)
has no segue with identifier 'loginView''
*** First throw call stack:
(
0 CoreFoundation 0x0000000100457f45 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010217bdeb objc_exception_throw + 48
2 UIKit 0x0000000100e099ea -[UIViewController shouldPerformSegueWithIdentifier:sender:] + 0
3 login 0x000000010025fc85 _TFC5login14ViewController13viewDidAppearfS0_FSbT_ + 309
4 login 0x000000010025fce1 _TToFC5login14ViewController13viewDidAppearfS0_FSbT_ + 49
5 UIKit 0x0000000100e0c675 -[UIViewController _setViewAppearState:isAnimating:] + 830
6 UIKit 0x0000000100e0cff8 -[UIViewController _endAppearanceTransition:] + 262
7 UIKit 0x0000000100e47a00 -[UINavigationController navigationTransitionView:didEndTransition:fromView:toView:] + 1290
8 UIKit 0x0000000100e3d917 __49-[UINavigationController _startCustomTransition:]_block_invoke + 233
9 UIKit 0x000000010166db24 -[_UIViewControllerTransitionContext completeTransition:] + 101
10 UIKit 0x0000000100c5cf4a __53-[_UINavigationParallaxTransition animateTransition:]_block_invoke93 + 834
11 UIKit 0x0000000100d1eace -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 644
12 UIKit 0x0000000100cfc9df -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 241
13 UIKit 0x0000000100cfcd8e -[UIViewAnimationState animationDidStop:finished:] + 80
14 QuartzCore 0x00000001051b9fa0 _ZN2CA5Layer23run_animation_callbacksEPv + 308
15 libdispatch.dylib 0x0000000102c4f49b _dispatch_client_callout + 8
16 libdispatch.dylib 0x0000000102c372af _dispatch_main_queue_callback_4CF + 1738
17 CoreFoundation 0x00000001003b82e9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
18 CoreFoundation 0x00000001003798a9 __CFRunLoopRun + 2073
19 CoreFoundation 0x0000000100378e08 CFRunLoopRunSpecific + 488
20 GraphicsServices 0x0000000104a4bad2 GSEventRunModal + 161
21 UIKit 0x0000000100c7430d UIApplicationMain + 171
22 login 0x00000001002630dd main + 109
23 libdyld.dylib 0x0000000102c8392d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
My screenshots of code are here:
Screenshots of code
Your error tells you exactly what you need to do.
Receiver (<login.ViewController: 0x7fc0d94b28d0>) has no segue with identifier 'loginView'
so check your segue in storyboard and ensure that segue identifier from LoginViewController is loginView.
Hello have crash app in IOS
This log:
2015-01-15 13:23:32.490 App[23898:1611888] <Google> Category methods are not loaded. Make sure you link the Google Mobile Ads library using one of the -ObjC, -force_load, or -all_load linker flags. See https://developers.google.com/mobile-ads-sdk/docs/#ios for more information.
2015-01-15 13:23:34.526 App[23898:1611888] registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later.
2015-01-15 13:23:34.802 App[23898:1611888] +[NSDecimalNumber gad_negativeOne]: unrecognized selector sent to class 0x7d7400
2015-01-15 13:23:34.805 App[23898:1611888] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSDecimalNumber gad_negativeOne]: unrecognized selector sent to class 0x7d7400'
*** First throw call stack:
(
0 CoreFoundation 0x03278946 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x02be0a97 objc_exception_throw + 44
2 CoreFoundation 0x03280465 +[NSObject(NSObject) doesNotRecognizeSelector:] + 277
3 CoreFoundation 0x031c93e7 ___forwarding___ + 1047
4 CoreFoundation 0x031c8fae _CF_forwarding_prep_0 + 14
5 App 0x000872ea -[GADStatisticDictionary decrementNumberForKey:shouldNotifyDelegate:] + 58
6 App 0x0007cc75 -[GADApplication init] + 512
7 App 0x0007ca45 __35+[GADApplication sharedApplication]_block_invoke + 55
8 libdispatch.dylib 0x03ecde2f _dispatch_client_callout + 14
9 libdispatch.dylib 0x03eb876c dispatch_once_f + 363
10 libdispatch.dylib 0x03eb85fc dispatch_once + 31
11 App 0x0007ca0c +[GADApplication sharedApplication] + 113
12 App 0x000780cd +[GADSlot initialize] + 67
13 libobjc.A.dylib 0x02be1461 _class_initialize + 576
14 libobjc.A.dylib 0x02be9fe5 lookUpImpOrForward + 339
15 libobjc.A.dylib 0x02be9e8d _class_lookupMethodAndLoadCache3 + 55
16 libobjc.A.dylib 0x02bf412f objc_msgSend + 139
17 App 0x00075f6a -[GADBannerView commonInitWithAdSize:] + 42
18 App 0x0007626e -[GADBannerView initWithCoder:] + 163
19 UIKit 0x00c5205e -[UIClassSwapper initWithCoder:] + 239
20 UIKit 0x00de7f1a UINibDecoderDecodeObjectForValue + 739
21 UIKit 0x00de7c2f -[UINibDecoder decodeObjectForKey:] + 371
22 UIKit 0x00c51bf1 -[UIRuntimeConnection initWithCoder:] + 189
23 UIKit 0x00de7f1a UINibDecoderDecodeObjectForValue + 739
24 UIKit 0x00de811c UINibDecoderDecodeObjectForValue + 1253
25 UIKit 0x00de7c2f -[UINibDecoder decodeObjectForKey:] + 371
26 UIKit 0x00c50ea7 -[UINib instantiateWithOwner:options:] + 1164
27 UIKit 0x00a73624 -[UIViewController _loadViewFromNibNamed:bundle:] + 270
28 UIKit 0x00a73dbb -[UIViewController loadView] + 295
29 UIKit 0x00a73fef -[UIViewController loadViewIfRequired] + 78
30 UIKit 0x00a74595 -[UIViewController view] + 35
31 UIKit 0x0096b825 -[UIWindow addRootViewControllerViewIfPossible] + 66
32 UIKit 0x0096bc99 -[UIWindow _setHidden:forced:] + 287
33 UIKit 0x0096bf50 -[UIWindow _orderFrontWithoutMakingKey] + 49
34 UIKit 0x0097a28d -[UIWindow makeKeyAndVisible] + 80
35 UIKit 0x00917776 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3108
36 UIKit 0x0091ac0d -[UIApplication _runWithMainScene:transitionContext:completion:] + 1639
37 UIKit 0x009337d0 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke + 59
38 UIKit 0x0091981f -[UIApplication workspaceDidEndTransaction:] + 155
39 FrontBoardServices 0x05b799de __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
40 FrontBoardServices 0x05b7946f __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
41 FrontBoardServices 0x05b8b425 __31-[FBSSerialQueue performAsync:]_block_invoke + 26
42 CoreFoundation 0x0319c1c0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
43 CoreFoundation 0x03191ad3 __CFRunLoopDoBlocks + 195
44 CoreFoundation 0x03191238 __CFRunLoopRun + 936
45 CoreFoundation 0x03190bcb CFRunLoopRunSpecific + 443
46 CoreFoundation 0x031909fb CFRunLoopRunInMode + 123
47 UIKit 0x009191e4 -[UIApplication _run] + 571
48 UIKit 0x0091c8b6 UIApplicationMain + 1526
49 App 0x0005991d main + 141
50 libdyld.dylib 0x03ef9ac9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Try to add -ObjC to Other Linker Flags in the Build Settings tab.