xcode5解决crash:[NSKeyedUnarchiver decodeBoolForKey:]: value for key (UIHighlighted) is not a boolean

一、编译成功,但运行时崩溃crash,出现以下错误

*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeBoolForKey:]: value for key (UIHighlighted) is not a boolean'


二、解决

UIImageView 控件的highlighted属性去掉

xcode5解决crash:[NSKeyedUnarchiver decodeBoolForKey:]: value for key (UIHighlighted) is not a boolean_第1张图片


你可能感兴趣的:(xcode5解决crash:[NSKeyedUnarchiver decodeBoolForKey:]: value for key (UIHighlighted) is not a boolean)