RESOLVED - Issues after upgrading from 1.0.1 to 1.1.1

Hi folks,

I just upgraded my ionic version from 1.0.1 to 1.1.1. I changed the version in bower.json, ran bower update and npm update, as well as npm install -g ionic cordova and everything ran smoothly. Upon rebuilding my app and deploying it to my device, there are a few problems.

I’m using ngCordova in my app, and some cordova plugins such as $cordovaStatusbar and $cordovaCamera aren’t working after the update. Were there any changes which would affect how I should use ngCordova and these plugins since 1.0.1?

Thanks

Fixed by removing ios then re-adding the platform via ionic platform add ios. Had to reconfigure the project but all is working great now.

1 Like