Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. 2019-09-20 23:32:37.893442-0400 TestApp[4977:295326] - <AppMeasurement>[I-ACS036002] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
  2. 2019-09-20 23:32:37.914796-0400 TestApp[4977:295292] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.
  3. 2019-09-20 23:32:38.006766-0400 TestApp[4977:295331] 6.8.1 - [Firebase/Analytics][I-ACS023007] Analytics v.60101000 started
  4. 2019-09-20 23:32:38.006927-0400 TestApp[4977:295331] 6.8.1 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
  5. 2019-09-20 23:32:39.646827-0400 TestApp[4977:295292] [AXMediaCommon] Unable to look up screen scale
  6. 2019-09-20 23:32:39.646907-0400 TestApp[4977:295292] [AXMediaCommon] Unexpected physical screen orientation
  7. 2019-09-20 23:32:39.661023-0400 TestApp[4977:295292] [AXMediaCommon] Unable to look up screen scale
  8. 2019-09-20 23:32:39.663002-0400 TestApp[4977:295292] [AXMediaCommon] Unable to look up screen scale
  9. 2019-09-20 23:32:39.663056-0400 TestApp[4977:295292] [AXMediaCommon] Unexpected physical screen orientation
  10. 2019-09-20 23:32:41.493007-0400 TestApp[4977:295292] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  11. Probably at least one of the constraints in the following list is one you don't want.
  12. Try this:
  13. (1) look at each constraint and try to figure out which you don't expect;
  14. (2) find the code that added the unwanted constraint or constraints and fix it.
  15. (
  16. "<NSLayoutConstraint:0x600002bcf610 UIStackView:0x7f987841f3b0.width == 240 (active)>",
  17. "<NSLayoutConstraint:0x600002be9720 UILayoutGuide:0x6000031d9420'UIViewSafeAreaLayoutGuide'.trailing == UIStackView:0x7f987841efa0.trailing + 70 (active)>",
  18. "<NSLayoutConstraint:0x600002be8820 UIStackView:0x7f987841efa0.leading == UILayoutGuide:0x6000031d9420'UIViewSafeAreaLayoutGuide'.leading + 70 (active)>",
  19. "<NSLayoutConstraint:0x600002b81bd0 'UISV-canvas-connection' UIStackView:0x7f987841efa0.leading == UIStackView:0x7f987841f3b0.leading (active)>",
  20. "<NSLayoutConstraint:0x600002b81cc0 'UISV-canvas-connection' H:[UIStackView:0x7f987841f3b0]-(0)-| (active, names: '|':UIStackView:0x7f987841efa0 )>",
  21. "<NSLayoutConstraint:0x600002b8c0a0 'UIView-Encapsulated-Layout-Width' UIView:0x7f987841eb10.width == 414 (active)>",
  22. "<NSLayoutConstraint:0x600002be9770 'UIViewSafeAreaLayoutGuide-left' H:|-(0)-[UILayoutGuide:0x6000031d9420'UIViewSafeAreaLayoutGuide'](LTR) (active, names: '|':UIView:0x7f987841eb10 )>",
  23. "<NSLayoutConstraint:0x600002be8780 'UIViewSafeAreaLayoutGuide-right' H:[UILayoutGuide:0x6000031d9420'UIViewSafeAreaLayoutGuide']-(0)-|(LTR) (active, names: '|':UIView:0x7f987841eb10 )>"
  24. )
  25.  
  26. Will attempt to recover by breaking constraint
  27. <NSLayoutConstraint:0x600002bcf610 UIStackView:0x7f987841f3b0.width == 240 (active)>
  28.  
  29. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  30. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
  31. 2019-09-20 23:32:47.339881-0400 TestApp[4977:295292] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/studio228/Library/Developer/CoreSimulator/Devices/DD7B2E92-DBD0-4E94-B421-0D8E8D86E240/data/Containers/Bundle/Application/137D30B9-37DA-4861-9425-097210CAA458/TestApp.app> (loaded)' with name 'Custom_Cell''
  32. *** First throw call stack:
  33. (
  34. 0 CoreFoundation 0x000000010ce2a8db __exceptionPreprocess + 331
  35. 1 libobjc.A.dylib 0x000000010be4bac5 objc_exception_throw + 48
  36. 2 CoreFoundation 0x000000010ce2a735 +[NSException raise:format:] + 197
  37. 3 UIKitCore 0x000000010fe6b4fe -[UINib instantiateWithOwner:options:] + 497
  38. 4 UIKitCore 0x000000011040cd1e -[UITableView _dequeueReusableViewOfType:withIdentifier:] + 613
  39. 5 UIKit 0x00000001290d6819 -[UITableViewAccessibility dequeueReusableCellWithIdentifier:] + 147
  40. 6 UIKitCore 0x000000011040d213 -[UITableView _dequeueReusableCellWithIdentifier:forIndexPath:usingPresentationValues:] + 148
  41. 7 UIKitCore 0x000000011040d14b -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] + 91
  42. 8 UIKit 0x00000001290d6950 -[UITableViewAccessibility dequeueReusableCellWithIdentifier:forIndexPath:] + 273
  43. 9 TestApp 0x000000010add2f07 $s8TestApp17logViewControllerC05tableD0_12cellForRowAtSo07UITableD4CellCSo0kD0C_10Foundation9IndexPathVtF + 551
  44. 10 TestApp 0x000000010add35db $s8TestApp17logViewControllerC05tableD0_12cellForRowAtSo07UITableD4CellCSo0kD0C_10Foundation9IndexPathVtFTo + 155
  45. 11 UIKitCore 0x0000000110427f60 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 764
  46. 12 UIKitCore 0x0000000110428499 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 73
  47. 13 UIKitCore 0x00000001103f0654 -[UITableView _updateVisibleCellsNow:isRecursive:] + 2870
  48. 14 UIKitCore 0x000000011041076b -[UITableView layoutSubviews] + 165
  49. 15 UIKitCore 0x00000001106cae69 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1417
  50. 16 QuartzCore 0x0000000111c4dd22 -[CALayer layoutSublayers] + 173
  51. 17 QuartzCore 0x0000000111c529fc _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 396
  52. 18 QuartzCore 0x0000000111c5ed58 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 72
  53. 19 QuartzCore 0x0000000111bce24a _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 328
  54. 20 QuartzCore 0x0000000111c05606 _ZN2CA11Transaction6commitEv + 610
  55. 21 UIKitCore 0x000000011021399c _afterCACommitHandler + 245
  56. 22 CoreFoundation 0x000000010cd912c7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
  57. 23 CoreFoundation 0x000000010cd8b78e __CFRunLoopDoObservers + 430
  58. 24 CoreFoundation 0x000000010cd8be01 __CFRunLoopRun + 1505
  59. 25 CoreFoundation 0x000000010cd8b4d2 CFRunLoopRunSpecific + 626
  60. 26 GraphicsServices 0x0000000115a192fe GSEventRunModal + 65
  61. 27 UIKitCore 0x00000001101ebfc2 UIApplicationMain + 140
  62. 28 TestApp 0x000000010add783b main + 75
  63. 29 libdyld.dylib 0x000000010df0f541 start + 1
  64. 30 ??? 0x0000000000000001 0x0 + 1
  65. )
  66. libc++abi.dylib: terminating with uncaught exception of type NSException
  67. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement