Pod WKWebView 错误
2019-09-20 本文已影响0人
传说中的汽水枪
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WKWebView", referenced from:
image.png
需要在spec文件中添加
s.frameworks 中 添加 'WebKit'
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WKWebView", referenced from:
image.png
需要在spec文件中添加
s.frameworks 中 添加 'WebKit'