me.apla.cordova.app-preferences icon indicating copy to clipboard operation
me.apla.cordova.app-preferences copied to clipboard

No visible @interface for 'UIView' declares the selector 'stringByEvaluatingJavaScriptFromString:'

Open johnborges opened this issue 9 years ago • 6 comments

I'm getting an error when trying to build an iOS Project with this plugin.

AppPreferences.m:24:16: No visible @interface for 'UIView' declares the selector 'stringByEvaluatingJavaScriptFromString:'

cordova iOS 4.1.0

johnborges avatar Mar 17 '16 14:03 johnborges

Seems like issue with new cordova iOS and WKWebView. I'll try to fix it on this weekend

apla avatar Mar 17 '16 15:03 apla

Cool. Take a look at these other relates issues too: similar issue

johnborges avatar Mar 17 '16 18:03 johnborges

Temporary solution found here helped me:

cordova platform remove ios
cordova platform add [email protected]

bstevens avatar Apr 27 '16 15:04 bstevens

I m not seeing any ui when I select preferences on iOS.. 9.3 same case?

nikolasr200 avatar May 06 '16 23:05 nikolasr200

fixed

papawebkly avatar Nov 01 '16 01:11 papawebkly

cordova platform remove ios cordova platform add [email protected]

papawebkly avatar Nov 01 '16 01:11 papawebkly