On iOS ionic deploy stop cordova.js from being loaded

I’m facing a problem, with $ionicDeploy.load() on iOS only,

on the first install if there is no update the app is working great.

whenever I apply an update using the ionic.io platform, and after the .load() is called. the app restart/refresh, and it load the first page and stops.

in the console, I got cordova.js?cacheBuster=xxxxxx not found on this server…

note that i DO have a in my index.html after the ng-cordova.js reference.

My solution for the moement was to stop the ionic deploy solution for the iOS but I need a fix.

btw: ionic plugin ls shows the ionic-deploy-plugin v0.6.6

Thanks