This is the full error I'm receiving:
* Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:], /SourceCache/UIKit_Sim/UIKit-1447.6.4/UIWindowController.m:186
And this is the line of code it's occurring on:
[self presentModalViewController:navigationController animated:YES];
Completely stumped on this one - it just started happening, and I haven't changed anything.