iOS11 WKWebview crash due to NSInvalidUnarchiveOperationException
NSInvalidUnarchiveOperationException when loading the nib / storyboard means there an object in the nib / storyboard that the runtime doesn’t understand. This is because the framework that defines that kind of object is missing. So, in this case, you need to link your app target against the WebKit framework so that the app understands what … Read more