firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

iOS: file:///app/tns_modules/nativescript-contacts/index.js:35:40: JS ERROR ReferenceError: Can't find variable: CNContactPickerDelegate #12

Closed ghost closed 5 years ago

ghost commented 8 years ago

Had no problems with your plugin on android, but on iOS tns run ios crashes with:

file:///app/tns_modules/nativescript-contacts/index.js:35:40: JS ERROR ReferenceError: Can't find variable: CNContactPickerDelegate

PeterStaev commented 8 years ago

Hey @einicher , what version of iOS are you running the plugin? From the error seems you are trying to run the app in iOS8 or earlier. Note that the plugin uses the ContactFramework and thus works only on iOS9+.

ghost commented 8 years ago

ok, ios version of the test iphone is 8.3 no way to support versions prior to 9.0?