You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to get this every so often when working with the view in the Storyboard:
The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x7ff1fb61cbb0 V:[Charts.BarChartView:0x7ff1fb939500(0)]>
When added to a view, the constraint's items must be descendants of that view (or the view itself). This will crash if the constraint needs to be resolved before the view hierarchy is assembled. Break on -[UIView(UIConstraintBasedLayout) _viewHierarchyUnpreparedForConstraint:] to debug.
I sometimes try to do some auto layout stuff but even then I am not exactly sure what is happening. I am able to see the chart fine though. Anyone have any idea what causes this or what is going on?
The text was updated successfully, but these errors were encountered:
I seem to get this every so often when working with the view in the Storyboard:
The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x7ff1fb61cbb0 V:[Charts.BarChartView:0x7ff1fb939500(0)]>
I sometimes try to do some auto layout stuff but even then I am not exactly sure what is happening. I am able to see the chart fine though. Anyone have any idea what causes this or what is going on?
The text was updated successfully, but these errors were encountered: