After installing xcode 5 and running the simulator, I get the following error:
'NSInvalidUnarchiveOperationException', reason: '* - [NSKeyedUnarchiver decodeBoolForKey:]: the value for the key (UIHighlighted) is not logical'
The application closes before opening. It worked fine on xcode 4.6. What could it be?
It seems to be related to UIImageView, is this the case?
source
share