Description
Hello,
First, I would like to say that I'm new to objective-C world so I'm sorry if my question is too lame...
I'm currently trying to integrate this bridge into my C++ project and I have some issues targeting an iOS device.
What I've done is simple, I've just put the WebViewJavascriptBridge.* files to my project and compiled it with -x and objective-c++ flags.
On WebViewJavascriptBridge.h, I have a lot of semantic issue with WVJB_WEBVIEW_TYPE but after a quick search I found that adding the import of UIKit is enough to remove these errors.
But know, I have 12 semantic issues into WebViewJavascriptBridge.m with typeof and strongDelegate and I don't know how to fix that.
Do you have any idea of what can be the origin of these issues ? Did I do something wrong ?
Thanks in advance for your answer.