I have a custom UIView subclass which is being initialized via a nib.
In -awakeFromNib, I\'m creating a subview and attempting to center it in its super
-awakeFromNib
For others who come here: I got this error, because I added the constraints before I added the subviews to the hierarchy.