katzer / cordova-plugin-app-event

Cordova App-Event Plugin
Apache License 2.0
26 stars 23 forks source link

Error when running on ios. #6

Closed jQrgen closed 8 years ago

jQrgen commented 8 years ago

Hello

I get the following error in xcode when running an ionic project with the following ionic info output:

Image of the error

$ionic info
Your system information:
Cordova CLI: 6.0.0
Gulp version:  CLI version 3.9.1
Gulp local:   Local version 3.9.1
Ionic Version: 1.2.1-nightly-1867
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: 1.8.5
ios-sim version: 5.0.6
OS: Mac OS X El Capitan
Node Version: v4.2.3
Xcode version: Xcode 7.2.1 Build version 7C1002

These plugins are installed in the project:

com.pushwoosh.plugins.pushwoosh 4.2.0 "Pushwoosh"
com.transistorsoft.cordova.background-geolocation 1.3.1 "BackgroundGeolocation"
cordova-android-support-v4 4.0.0 "Android Support v4"
cordova-plugin-app-event 1.1.0 "Application Events"
cordova-plugin-console 1.0.2 "Console"
cordova-plugin-device 1.1.1 "Device"
cordova-plugin-dialogs 1.2.0 "Notification"
cordova-plugin-sim 1.2.1 "SIM"
cordova-plugin-splashscreen 3.2.1 "Splashscreen"
cordova-plugin-vibration 2.1.0 "Vibration"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova.plugins.diagnostic 2.3.10 "Diagnostic"
de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
ionic-plugin-keyboard 1.0.8 "Keyboard"

de.appplant.cordova.plugin.local-notification depends on cordova-plugin-app-event. There might be an issue here. I dont know where the problem is exactly.

EvenHauger commented 8 years ago

This problem should have been fixed in the newest version of the cordova-plugin-app-event. Try to remove the de.appplant.cordova.plugin.local-notification (and verify that the dependent cordova-plugin-app-event also is gone) then re-install it. That fixed it for me when the swizzle bugfix was released.

jQrgen commented 8 years ago

Thanks :)