I\'m developing a simple UIPageViewController
that has two pages. Each page is loaded from a different ViewController
with their specific xib
I happened to stumble upon the same error when using the following argument passed on launch:
-UIViewShowAlignmentRects YES
After wasting 2 days trying to find error within my UIPageViewController, it turned out that after disabling XCode generated yellow rectangle wrappers, the NSInternalConsistencyException evaporated.