Open dlcole opened 2 years ago
dlcole, I got the same problem and found that @nativescript/contacts is a "drop in" replacement for this plugin. Works well for both Android and IOD. Actually, it's the exact same code base. Good luck!
@tqhsonoma - thanks so much! I'll check this out.
I created a new JavaScript Hello World project, added the Android platform, and built the project successfully.
I ran
tns plugin add nativescript-contacts
and now the build fails with these messages:The problem is that nativescript-contacts is not being added to the file
/platforms/android/dependencies.json
. Here's the complete file:and here's package.json, from which dependencies.json is presumably built:
Has anyone else hit this problem, or have any insights as to why the plugin is missing from dependencies.json? This wasn't a problem until recently, when I upgraded NS to 8.2 because Xcode was updated unexpectedly and introduced build errors on iOS. All the other plugins in my main project are included in dependencies.json and compile OK.