EddyVerbruggen / nativescript-apple-sign-in

Sign In With Apple, as seen on WWDC 2019, available with iOS 13
Apache License 2.0
39 stars 15 forks source link

Module not found: Error: Can't resolve '@nativescript/core/utils' #42

Open nmandyam opened 2 years ago

nmandyam commented 2 years ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Added the plugin to my existing, running app. Can't compile now, thanks to this error. There's probably a simple fix, not able to figure this out. I don't see @nativescript/core/utils as a supported module at all.

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Add the plugin to the project, try debug or run.

Is there any code involved?

Not yet.

nmandyam commented 2 years ago

I managed to get past that problem by downgrading nativescript and webpack. Now, on a real device, I get this: Apple Login failed: TypeError: undefined is not an object (evaluating '_nativescript_core__WEBPACK_IMPORTED_MODULE_0__["iOSNativeHelper"].collections') Anyone seen this before?