After upgrading to Meteor 1.6 i get the following error when running meteor run ios-device
=> Errors executing Cordova commands:
While preparing Cordova project for platform iOS:
TypeError: cordovaProject.projectConfig.getFileResources is not a function
at updateFileResources (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/lib/prepare.js:465:48)
at /Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/lib/prepare.js:65:13
at _fulfilled (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:854:54)
at self.promiseDispatch.done (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:883:30)
at Promise.promise.promiseDispatch (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:816:13)
at /Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:570:49
at runSingle (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:137:13)
at flush (/Users/Nauzer/Documents/DevShed/caught/.meteor/local/cordova-build/platforms/ios/cordova/node_modules/q/q.js:125:13)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
internal/process/next_tick.js:131
callback();
^
ExitWithCode:1
Anyone that has seen this before?