Closed dularion closed 10 years ago
@dularion Your problem lies with adding the plugin to cordova. Since your error message indicates that the plugin files are missing when you compile and run your application, you may want to rebuild your app completely:
cordova platform rm ios
cordova platform add ios
cordova build ios
cordova emulate ios
I'm also going to close this issue because it does not pertain to ng-cordova directly. Perhaps create an issue at the creator of the plugin.
Hi there! I got a problem with Local Notifications & ios emulation. I will split it up into phases.
PHASE 1: I did the following in my console:
And then
Which works fine.
PHASE 2: Then I add cordova
And add it to my angular app and in the index.html
Then i run again:
Which works fine.
PHASE 3: I then run
And it installs fine. And then i try emulating again, but it fails .
the error is this:
I hope someone here can help me out! this problem is kind of strange, since it all seems like such a clean setup, so it should work imho.
Thanks in advance!