I have a problem when I build the ios platform with cordova. I have all the certificates for the app and device, but when I try to run in my ios device, doing ionic run ios, the
I've had same error only with other image:
Source path does not exist: resources/ios/icon/icon-40@2x.png
This happened after upgrading to Cordova 6.3.0 and I've solved it downgrading Cordova.
Cordova 6.3.0
Cordova
Quickfix for now:
npm uninstall -g cordova npm install -g cordova@6.2.0