The WKWebView class is referenced in the code here which requires a weak link to the Webkit framework. Without said weak link Xcode fails the build during the linking phase with the error:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_WKWebView", referenced from:
function signature specialization <Arg[0] = Owned To Guaranteed and Exploded> of Cordova500.GeofencePlugin.evaluateJs (Swift.String) -> () in GeofencePlugin.o
Ping @EddyVerbruggen
Note that I will open a PR in the upstream too, however I don't know if that will be merged or not, so I'm opening one here too.
The
WKWebView
class is referenced in the code here which requires a weak link to the Webkit framework. Without said weak link Xcode fails the build during the linking phase with the error:Ping @EddyVerbruggen Note that I will open a PR in the upstream too, however I don't know if that will be merged or not, so I'm opening one here too.