Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_WKWebView", referenced from: ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help is appreciated!
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_WKWebView", referenced from: ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help is appreciated!
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.
Check if @implementation
is absence. This answer gives you more info.
Delete Derived Data -> Clean -> Build
© 2022 - 2024 — McMap. All rights reserved.
#import <WebKit/WebKit.h>
. But the minimum version of Xcode deploy is 7.0. – UpsweepLinked Frameworkds and Libraries
, that's ok too. – Upsweep