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
Whenever I call the plugin code window.cordova.plugins.SignInWithApple.signin(...) I get Uncaught TypeError: Cannot read property 'signin' of undefined
I tried to delete the project and recreating it on Phonegap build, and I get the same error
Note: I'm debugging it on iPhone 13.x.x
The text was updated successfully, but these errors were encountered:
See your log and you'll find this message:
"Fetching plugin "cordova-plugin-sign-in-with-apple" via npm
Installing "cordova-plugin-sign-in-with-apple" at "0.0.1" for ios
Plugin doesn't support this project's cordova version. cordova: 7.1.0, failed version requirement: >=8.0.0
Skipping 'cordova-plugin-sign-in-with-apple' for ios"
There are many reports about the cordova 7.1.0 version in cli-9.0.0, at the Phonegap forum.
I have added the plugin to my config.xml
<plugin name="cordova-plugin-sign-in-with-apple" source="npm"/>
and I'm using PhoneGap version
cli-9.0.0
<preference name="phonegap-version" value="cli-9.0.0" />
Whenever I call the plugin code
window.cordova.plugins.SignInWithApple.signin(...)
I getUncaught TypeError: Cannot read property 'signin' of undefined
I tried to delete the project and recreating it on Phonegap build, and I get the same error
Note: I'm debugging it on iPhone 13.x.x
The text was updated successfully, but these errors were encountered: