You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error on build with initWithWebView. I've found similar issue shazron/KeychainPlugin#21 and installing older (<4) version of cordova solves the problem.
Possible solution: initWithWebView goes away in cordova-ios 4.0, all plugin initialization should be in the pluginInitialize function.
The text was updated successfully, but these errors were encountered:
I have an error on build with initWithWebView. I've found similar issue shazron/KeychainPlugin#21 and installing older (<4) version of cordova solves the problem.
Possible solution: initWithWebView goes away in cordova-ios 4.0, all plugin initialization should be in the pluginInitialize function.
The text was updated successfully, but these errors were encountered: