npm i runs fine. But when I try tns run ios, I get the same message.
I have another app that uses the plugin on iOS on this same emulator, and it builds/installs/runs fine. I just wanted to try out the demo because because I wanted to see if an iOS keyboard issue existed on the demo, too (the keyboard just covers up most of the modal--unlike Android, which shifts the modal up. Anyway, that's another issue for another time, but I thought I'd let you know the demo wasn't working for me.
Which platform(s) does your issue occur on?
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.
The app installs on the device, but when trying to open the app, it hits an error:
The app builds and runs fine on Android.
I tried changing the package.json file to point the plugin to npm:
npm i
runs fine. But when I trytns run ios
, I get the same message.I have another app that uses the plugin on iOS on this same emulator, and it builds/installs/runs fine. I just wanted to try out the demo because because I wanted to see if an iOS keyboard issue existed on the demo, too (the keyboard just covers up most of the modal--unlike Android, which shifts the modal up. Anyway, that's another issue for another time, but I thought I'd let you know the demo wasn't working for me.