capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
143 stars 60 forks source link

Value of type 'CAPBridge' has no member 'saveCall' #61

Closed webnoob closed 2 years ago

webnoob commented 2 years ago

I've come to my project again after a few months and now am now getting the following when trying to build.

Can someone point me in the direction of what might have happened? I've not updated any version dependencies directly (although, I did yarn and then cap sync).

image

Worth noting, I was having issues with cap sync initially and did have to change the minVersion for iOS to 12 from 11, despite me not changing anything.

webnoob commented 2 years ago

Pinning the package at version 0.2.0, re-yarn then npx cap sync appears to have resolved this issue.