Appium inspector not able to load specific page

I’m using appium inspector 1.5.3., real devices(iphone 6plus, iPod, iOS 8.1.3, xcode 7.3.1) I’m successfully able to load pages in appium inspector except one. It throws following error(logs attached). Any suggestions what can cause this issue? My thoughts only that this page very long more than 1000 rows, can this be cause?

Logs:

[iOSLog] [IOS_SYSLOG_ROW] Oct 13 17:31:55 ipod LaBoxApp[2396] : Unable to simultaneously satisfy constraints.

[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want. Try this: (1) look at each constraint and try to figure out which you don’t expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you’re seeing NSAutoresizingMaskLayoutConstraints that you don’t understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8d4980 H:[UIImageView:0x1e318e60(196)]>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e896620 H:|-(0)-[UIImageView:0x1e318e60] (Names: ‘|’:UIView:0x1e69cb50 )>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8d76a0 UILabel:0x1e8d27b0’Name 71, 0’.leading == UILabel:0x1e8ca890’date 71, 0’.leading>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8cb6c0 UILabel:0x1e8d27b0’Name 71, 0’.trailing == UILabel:0x1e8ca890’date 71, 0’.trailing>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8a1320 H:[UIImageView:0x1e318e60]-(38)-[UILabel:0x1e8ca890’date 71, 0’]>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8a1cc0 UIView:0x1e69cb50.trailingMargin == UILabel:0x1e8ca890’date 71, 0’.trailing + 40>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSAutoresizingMaskLayoutConstraint:0x1e9a1200 h=–& v=–& H:[UIView:0x1e69cb50(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x1e8d4980 H:[UIImageView:0x1e318e60(196)]>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Oct 13 17:31:55 ipod LaBoxApp[2396] : Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want. Try this: (1) look at each constraint and try to figure out which you don’t expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you’re seeing NSAutoresizingMaskLayoutConstraints that you don’t understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e896620 H:|-(0)-[UIImageView:0x1e318e60] (Names: ‘|’:UIView:0x1e69cb50 )>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8d76a0 UILabel:0x1e8d27b0’Name 71, 0’.leading == UILabel:0x1e8ca890’date 71, 0’.leading>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8cb6c0 UILabel:0x1e8d27b0’Name 71, 0’.trailing == UILabel:0x1e8ca890’date 71, 0’.trailing>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8a1320 H:[UIImageView:0x1e318e60]-(38)-[UILabel:0x1e8ca890’date 71, 0’]>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x1e8a1cc0 UIView:0x1e69cb50.trailingMargin == UILabel:0x1e8ca890’date 71, 0’.trailing + 40>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSAutoresizingMaskLayoutConstraint:0x1e9a1200 h=–& v=–& H:[UIView:0x1e69cb50(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x1e8a1320 H:[UIImageView:0x1e318e60]-(38)-[UILabel:0x1e8ca890’date 71, 0’]>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
[HTTP] <-- GET /wd/hub/status 200 16 ms - 83
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
[HTTP] <-- GET /wd/hub/status 200 13 ms - 83