Advertisement
Guest User

Untitled

a guest
Aug 1st, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Date: 2019-08-01 17:58:10 +0000
  2. Process: Preferences
  3. Bundle id: com.apple.Preferences
  4. Exception type: NSGenericException
  5. Reason: Your application has presented a UIAlertController (<UIAlertController: 0x1050df800>) of style UIAlertControllerStyleActionSheet from PSSplitViewController (<PSSplitViewController: 0x104d775d0>). The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem. If this information is not known when you present the alert controller, you may provide it in the UIPopoverPresentationControllerDelegate method -prepareForPopoverPresentation.
  6. Culprit: Unknown
  7. Device: iPad (6th generation), iOS 12.2
  8. Call stack:
  9. 0 CoreFoundation 0x000000019ab0b530 __exceptionPreprocess
  10. 1 libobjc.A.dylib 0x0000000199ce69f8 objc_exception_throw
  11. 2 UIKitCore 0x00000001c6614878 -[UIPopoverPresentationController presentationTransitionWillBegin]
  12. 3 UIKitCore 0x00000001c661d0e0 __71-[UIPresentationController _initViewHierarchyForPresentationSuperview:]_block_invoke
  13. 4 UIKitCore 0x00000001c661ac2c __56-[UIPresentationController runTransitionForCurrentState]_block_invoke
  14. 5 UIKitCore 0x00000001c6c9efdc _runAfterCACommitDeferredBlocks
  15. 6 UIKitCore 0x00000001c6c8db2c _cleanUpAfterCAFlushAndRunDeferredBlocks
  16. 7 UIKitCore 0x00000001c6cba744 _afterCACommitHandler
  17. 8 CoreFoundation 0x000000019aa9c89c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
  18. 9 CoreFoundation 0x000000019aa975c4 __CFRunLoopDoObservers
  19. 10 CoreFoundation 0x000000019aa97b40 __CFRunLoopRun
  20. 11 CoreFoundation 0x000000019aa97354 CFRunLoopRunSpecific
  21. 12 GraphicsServices 0x000000019cc9779c GSEventRunModal
  22. 13 UIKitCore 0x00000001c6c93b68 UIApplicationMain
  23. 14 Preferences 0x0000000104994a9c Preferences + 19100
  24. 15 libdyld.dylib 0x000000019a55d8e0 start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement