NSInvalidUnarchiveOperationException: 'Could not instantiate class named _UITableViewCellSeparatorView
After XCode Update (5.1) my app crashes when i try to run in iOS 6.x. I have an app where I have a custom cell and contraints. Auto layout is unchecked for the xib file. The error I get is: * Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named _UITableViewCellSeparatorView' I only found one thread ( https://forums.xamarin.com/discussion/14691/app-crashes-after-xcode-update ) about this issue in other forum, but without solution, just a test that i've done too and got the same error. Help!!! I was getting the same error