I read SO about another user encountering similar error, but this error is in different case.
I received this message when I added a View Controller initially:
you need make sure -(void)beginAppearanceTransition:(BOOL)isAppearing animated:(BOOL)animated and -(void)endAppearanceTransition is create together in the class.