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
Running these commands solved it for me:
ionic platform rm ios ionic resources ionic platform add ios
ionic platform rm ios
ionic resources
ionic platform add ios