Undefined symbols for architecture x86_64: “_OBJC_CLASS_$_WKWebView”, referenced from:

前端 未结 2 1543
青春惊慌失措
青春惊慌失措 2021-01-03 21:45

Undefined symbols for architecture x86_64: \"_OBJC_CLASS_$_WKWebView\", referenced from: ld: symbol(s) not found for architecture x86_64 clang: error: linker command faile

相关标签:
2条回答
  • 2021-01-03 21:59

    Check if @implementation is absence. This answer gives you more info.

    0 讨论(0)
  • 2021-01-03 22:11

    Just for reference:

    Go to your Project -> General -> Linked Frameworks and Libraries then add WebKit.framework

    What you see here is that the WebKit framework is used but the actual binary is not getting linked.

    0 讨论(0)
提交回复
热议问题