I recently dupdated
- Xcode from 7.3.1 to 8.2.1
- Cordova from 6.1.1 to 6.5.0
on my OS X elCapitan 10.11.6.
Before the update everything works just fine, my cordova app compiles and all plugins are working as expected. BUT after the aforementioned updates none of my plugins are working.
I already tried:
- removing and adding platform ios
- removing all plugins and readding them
- creating a new cordova project, adding my www and add the plugins (Upgrade Cordova Version of an iOS app)
- creating a new cordova project (via cli) and adding just the camera plugin (to see if simple plugins are working)
no success, none of the plugins are working, but it compiles without errors.
When I do a rollback to Xcode 7.3.1 and cordova 6.1.1 everything is working again. It already cost me two days. Any hint will be appreciated!