After updating to xCode 5, I am getting the following error when running my application on iOS 5 and iOS 6 simulators. It does work fine on iOS 7. This code is unmodified from what did work prior to the xCode upgrade.
* Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '* -[NSKeyedUnarchiver decodeInt32ForKey:]: value for key (GLKViewControllerPauseOnWillResignActiveCoderKey) is not an integer number'
Many other older posts point to turning off AutoLayout, which I confirmed is off.
In the same project, I added a new storyboard and tested. The blank storyboard loaded fine. I then added a GLKView controller to the new storyboard and the same error came up.