Skip to content

Instantly share code, notes, and snippets.

@rzaitov

rzaitov/info.txt Secret

Created April 19, 2016 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzaitov/33f1379a2e456e93807f1256afc2a060 to your computer and use it in GitHub Desktop.
Save rzaitov/33f1379a2e456e93807f1256afc2a060 to your computer and use it in GitHub Desktop.
Objective-C exception thrown. Name: CKException Reason: The application is missing required entitlement com.apple.developer.icloud-services
Native stack trace:
0 CoreFoundation 0x009dd494 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x09058e02 objc_exception_throw + 50
2 CloudKit 0x07c025ed -[CKContainer _checkSelfContainerIdentifier] + 0
3 CloudKit 0x07c00e3a -[CKContainer _setupWithContainerID:accountInfoOverride:] + 66
4 CloudKit 0x07c017b8 -[CKContainer _initWithContainerIdentifier:] + 234
5 CloudKit 0x07c00dde __31+[CKContainer defaultContainer]_block_invoke + 63
6 libdispatch.dylib 0x0950d6ed _dispatch_client_callout + 14
7 libdispatch.dylib 0x094f94c2 dispatch_once_f + 83
8 libdispatch.dylib 0x094f946a dispatch_once + 31
9 CloudKit 0x07c00d9d +[CKContainer defaultContainer] + 69
10 ??? 0x18d91c54 0x0 + 416881748
11 ??? 0x18d9d810 0x0 + 416929808
12 ??? 0x18d9d324 0x0 + 416928548
13 ??? 0x18d968fd 0x0 + 416901373
14 Issue40318 0x002437b9 mono_jit_runtime_invoke + 921
15 Issue40318 0x00301fbe mono_runtime_invoke + 142
16 Issue40318 0x003e31c5 xamarin_trampoline + 5605
17 UIKit 0x03a04b72 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 44
18 UIKit 0x03a09692 -[UIViewController loadViewIfRequired] + 1384
19 UIKit 0x03a09ab1 -[UIViewController view] + 35
20 UIKit 0x038b7340 -[UIWindow addRootViewControllerViewIfPossible] + 69
21 UIKit 0x038b7a5d -[UIWindow _setHidden:forced:] + 304
22 UIKit 0x038b7e13 -[UIWindow _orderFrontWithoutMakingKey] + 49
23 UIKit 0x038cb551 -[UIWindow makeKeyAndVisible] + 80
24 UIKit 0x0382f7ef -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4190
25 UIKit 0x03836f0f -[UIApplication _runWithMainScene:transitionContext:completion:] + 2010
26 UIKit 0x0385cb2c __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke3246 + 68
27 UIKit 0x03833b8a -[UIApplication workspaceDidEndTransaction:] + 163
28 FrontBoardServices 0x0b8ef110 __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
29 FrontBoardServices 0x0b8eebe7 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
30 FrontBoardServices 0x0b90c27f __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 23
31 FrontBoardServices 0x0b90c0ab -[FBSSerialQueue _performNext] + 174
32 FrontBoardServices 0x0b90c4fa -[FBSSerialQueue _performNextFromRunLoopSource] + 52
33 FrontBoardServices 0x0b90b7e8 FBSSerialQueueRunLoopSourceHandler + 33
34 CoreFoundation 0x008efe5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
35 CoreFoundation 0x008e5aeb __CFRunLoopDoSources0 + 523
36 CoreFoundation 0x008e4f08 __CFRunLoopRun + 1032
37 CoreFoundation 0x008e4846 CFRunLoopRunSpecific + 470
38 CoreFoundation 0x008e465b CFRunLoopRunInMode + 123
39 UIKit 0x038332da -[UIApplication _run] + 540
40 UIKit 0x03838eb9 UIApplicationMain + 160
41 ??? 0x18d93e24 0x0 + 416890404
42 ??? 0x18d93bd4 0x0 + 416889812
43 ??? 0x18d91668 0x0 + 416880232
44 ??? 0x18d912f4 0x0 + 416879348
45 ??? 0x18d914eb 0x0 + 416879851
46 Issue40318 0x002437b9 mono_jit_runtime_invoke + 921
47 Issue40318 0x00301fbe mono_runtime_invoke + 142
48 Issue40318 0x003071c1 mono_runtime_exec_main + 401
49 Issue40318 0x00306f85 mono_runtime_run_main + 645
50 Issue40318 0x001bf465 mono_jit_exec + 213
51 Issue40318 0x003f26da xamarin_main + 2474
52 Issue40318 0x003f32f1 main + 65
53 libdyld.dylib 0x09532a25 start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment