Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. 2020-01-17 22:30:42.262790-0500 StreetTagged[14208:3577325] Metal GPU Frame Capture Enabled
  2. 2020-01-17 22:30:42.263103-0500 StreetTagged[14208:3577325] Metal API Validation Enabled
  3. 2020-01-17 22:30:43.072364-0500 StreetTagged[14208:3577325] MGLMapView WARNING UIViewController.automaticallyAdjustsScrollViewInsets is deprecated use MGLMapView.automaticallyAdjustContentInset instead.
  4. Alamofire.request - refreshPosts
  5. Did hide with permissions: ["Camera", "Notifications", "Location While Using", "Photo Library"]
  6. 2020-01-17 22:30:52.041328-0500 StreetTagged[14208:3577325] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  7. Probably at least one of the constraints in the following list is one you don't want.
  8. Try this:
  9. (1) look at each constraint and try to figure out which you don't expect;
  10. (2) find the code that added the unwanted constraint or constraints and fix it.
  11. (
  12. "<NSLayoutConstraint:0x283124960 UIView:0x10d6133d0.width == - 16 (active)>"
  13. )
  14.  
  15. Will attempt to recover by breaking constraint
  16. <NSLayoutConstraint:0x283124960 UIView:0x10d6133d0.width == - 16 (active)>
  17.  
  18. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  19. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
  20. 2020-01-17 22:30:54.731579-0500 StreetTagged[14208:3577325] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  21. Probably at least one of the constraints in the following list is one you don't want.
  22. Try this:
  23. (1) look at each constraint and try to figure out which you don't expect;
  24. (2) find the code that added the unwanted constraint or constraints and fix it.
  25. (
  26. "<NSLayoutConstraint:0x2831262b0 UIView:0x10d704780.width == - 16 (active)>"
  27. )
  28.  
  29. Will attempt to recover by breaking constraint
  30. <NSLayoutConstraint:0x2831262b0 UIView:0x10d704780.width == - 16 (active)>
  31.  
  32. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  33. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
  34. Alamofire.request - refreshPosts
  35. 2020-01-17 22:31:06.221485-0500 StreetTagged[14208:3577325] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  36. Probably at least one of the constraints in the following list is one you don't want.
  37. Try this:
  38. (1) look at each constraint and try to figure out which you don't expect;
  39. (2) find the code that added the unwanted constraint or constraints and fix it.
  40. (
  41. "<NSLayoutConstraint:0x283118b90 UIView:0x10e8cf0d0.width == - 16 (active)>"
  42. )
  43.  
  44. Will attempt to recover by breaking constraint
  45. <NSLayoutConstraint:0x283118b90 UIView:0x10e8cf0d0.width == - 16 (active)>
  46.  
  47. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  48. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
  49. 2020-01-17 22:31:25.808017-0500 StreetTagged[14208:3577555] [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""
  50. 2020-01-17 22:31:25.959829-0500 StreetTagged[14208:3577325] [TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <UITableView: 0x10e01d000; frame = (0 0; 375 812); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x281c63cc0>; layer = <CALayer: 0x2812a02a0>; contentOffset: {0, -88}; contentSize: {375, 926.99999491373705}; adjustedContentInset: {88, 0, 34, 0}; dataSource: <StreetTagged.UploadArtController: 0x10d837200>>
  51. 2020-01-17 22:31:44.050122-0500 StreetTagged[14208:3577838] [] tcp_input [C3.1:3] flags=[R] seq=4003506951, ack=0, win=0 state=LAST_ACK rcv_nxt=4003506951, snd_una=3599336732
  52. 2020-01-17 22:31:44.064126-0500 StreetTagged[14208:3577838] [] tcp_input [C3.1:3] flags=[R] seq=4003506951, ack=0, win=0 state=CLOSED rcv_nxt=4003506951, snd_una=3599336732
  53. 2020-01-17 22:31:44.064198-0500 StreetTagged[14208:3577838] [] tcp_input [C3.1:3] flags=[R] seq=4003506951, ack=0, win=0 state=CLOSED rcv_nxt=4003506951, snd_una=3599336732
  54. 2020-01-17 22:31:53.828152-0500 StreetTagged[14208:3577325] Can't end BackgroundTask: no background task exists with identifier 3 (0x3), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement