I used WebViewJavascriptBridge in my Xcode6.4 project(Swift),it is ok.
But when I tried to import WKWebViewJavascriptBridge in the same project,I got that compiler error:
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_WKWebViewJavascriptBridge", referenced from:
__TMaCSo25WKWebViewJavascriptBridge in WKWebViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)