架构x86_64的未定义符号:"_ OBJC_CLASS _ $ _ WKWebView",引自:

Vic*_*ohn 9 objective-c ios xcode7.3

架构x86_64的未定义符号:"_ OBJC_CLASS _ $ _ WKWebView",引自:ld:未找到架构x86_64 clang的符号:错误:链接器命令失败,退出代码为1(使用-v查看调用)

在此输入图像描述

任何帮助表示赞赏!

dav*_*vid 5

仅供参考:

转到您的项目->常规->链接的框架和库,然后添加WebKit.framework

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


WIN*_*gey 1

检查是否@implementation缺席。这个答案为您提供了更多信息。