katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.75k forks source link

Targeting iOS 6.1 #99

Closed c-rahtz closed 10 years ago

c-rahtz commented 10 years ago

Hello, is there a way to get this plugin working for iOS 6.1? I am getting a build error in both the simulator and to my iPod.

Error - Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'config.xml parse error line 40 col 21'

That line refers to the plugin entry in the config file.

Is the format specific to iOS 7? I've also seen the format for some plugins and in the docs. http://docs.phonegap.com/en/3.3.0/config_ref_index.md.html#The%20config.xml%20File

Thanks in advance for any tips.

katzer commented 10 years ago

Hello @c-rahtz,

at least the error message does not say that the plugin is not compatible with iOS 6. The config.xml seems to be inconsistent. Have you found out the reason? Have no tip or idea.

c-rahtz commented 10 years ago

@katzer, I haven't looked much more today, but digging down further, it seems to call out the closing slash in the xml entry - the />. Must be something with the way it's reading that line.

I'll see if I can figure out what's going on - see if other plugins are effected. Apple left the older iPods behind with iOS 7, so I need to get it working to test on actual hardware.

I'll post an update if I find anything.

Great plugin, thanks.