我在定义一个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

相关文章:

  • 2021-08-02
  • 2021-05-09
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2021-08-10
  • 2022-02-20
  • 2022-12-23
  • 2021-08-08
  • 2021-04-29
  • 2022-12-23
相关资源
相似解决方案