Mac应用-

我在定义一个WebView 实现页面加载的时候,

报错:

[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (WebView) for key (NSDestination); the class may be defined in source code or a library that is not linked

原来是我虽然import了包,但是没有导入webKit.framework

参考链接如下:http://stackoverflow.com/questions/23469569/problems-with-loading-url-into-webview

原文地址:https://www.cnblogs.com/741162830qq/p/5055217.html