Skip to content

Instantly share code, notes, and snippets.

@Rajneesh360Logica
Created February 9, 2015 18:07
Show Gist options
  • Save Rajneesh360Logica/cc5cc2c17560f1359f31 to your computer and use it in GitHub Desktop.
Save Rajneesh360Logica/cc5cc2c17560f1359f31 to your computer and use it in GitHub Desktop.
Starting iPhone 4s
Launching application
Application launched. PID = 7886
Press enter to terminate the application
>Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/.monotouch-32/Xamarin.iOS.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/.monotouch-32/System.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/.monotouch-32/ExpandCollapseUIVIew.exe
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/System.Xml.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/System.Core.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/9E07EA65-48AB-4520-B0F2-E6778069E446/ExpandCollapseUIVIew.app/Mono.Dynamic.Interpreter.dll [External]
2015-02-09 23:35:52.615 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x7a83a2b0 'IB auto generated at build time for view with fixed frame' V:|-(61)-[UIView:0x7afa40c0] (Names: '|':UIView:0x7a843010 )>",
"<NSIBPrototypingLayoutConstraint:0x7a83a250 'IB auto generated at build time for view with fixed frame' V:[UIView:0x7afa40c0(60)]>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae821c0 h=--& v=--& UIView:0x7afa40c0.midY == + 141>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x7a83a2b0 'IB auto generated at build time for view with fixed frame' V:|-(61)-[UIView:0x7afa40c0] (Names: '|':UIView:0x7a843010 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-02-09 23:35:52.617 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x7a83a250 'IB auto generated at build time for view with fixed frame' V:[UIView:0x7afa40c0(60)]>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae821f0 h=--& v=--& V:[UIView:0x7afa40c0(160)]>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x7a83a250 'IB auto generated at build time for view with fixed frame' V:[UIView:0x7afa40c0(60)]>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-02-09 23:35:54.035 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x7a83a2b0 'IB auto generated at build time for view with fixed frame' V:|-(61)-[UIView:0x7afa40c0] (Names: '|':UIView:0x7a843010 )>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae821c0 h=--& v=--& UIView:0x7afa40c0.midY == + 91>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae821f0 h=--& v=--& V:[UIView:0x7afa40c0(160)]>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x7a83a2b0 'IB auto generated at build time for view with fixed frame' V:|-(61)-[UIView:0x7afa40c0] (Names: '|':UIView:0x7a843010 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-02-09 23:36:07.132 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x78f02e00 'IB auto generated at build time for view with fixed frame' V:|-(249)-[UIView:0x78f04ba0] (Names: '|':UIView:0x7a839730 )>",
"<NSIBPrototypingLayoutConstraint:0x78f02da0 'IB auto generated at build time for view with fixed frame' V:[UIView:0x78f04ba0(60)]>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae86350 h=--& v=--& UIView:0x78f04ba0.midY == + 329>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x78f02e00 'IB auto generated at build time for view with fixed frame' V:|-(249)-[UIView:0x78f04ba0] (Names: '|':UIView:0x7a839730 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-02-09 23:36:07.133 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x78f02da0 'IB auto generated at build time for view with fixed frame' V:[UIView:0x78f04ba0(60)]>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae86380 h=--& v=--& V:[UIView:0x78f04ba0(160)]>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x78f02da0 'IB auto generated at build time for view with fixed frame' V:[UIView:0x78f04ba0(60)]>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-02-09 23:36:11.853 ExpandCollapseUIVIew[7886:212812] Unable to simultaneously satisfy constraints.
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)
(
"<NSIBPrototypingLayoutConstraint:0x78f02e00 'IB auto generated at build time for view with fixed frame' V:|-(249)-[UIView:0x78f04ba0] (Names: '|':UIView:0x7a839730 )>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae86350 h=--& v=--& UIView:0x78f04ba0.midY == + 279>",
"<NSAutoresizingMaskLayoutConstraint:0x7ae86380 h=--& v=--& V:[UIView:0x78f04ba0(160)]>"
)
Will attempt to recover by breaking constraint
<NSIBPrototypingLayoutConstraint:0x78f02e00 'IB auto generated at build time for view with fixed frame' V:|-(249)-[UIView:0x78f04ba0] (Names: '|':UIView:0x7a839730 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment