Literally just fixed this actually, I’ve been looking into it for a few hours. It seems that Xcode has changed the way icons and splash screens are bundles into this new assets file, and the Ionic or Cordova build uses this new way.
However it has not removed the parameter from the app’s .plist file which means, when uploading to the app store, it is looking for files from the old way which don’t exist.
What is the process to resolve it?
Please! Give me the steps!
I run all the web to get a solution, but i didn’t find nothing, i hope that i will find something there.
After you run ionic build ios, go to yourAppDirectory/platforms/ios/yourApp/yourApp-info.plist and remove the <key> and <string> values for CFBundleIconFile
Hope this helps you!
Such a pain! I hope this gets fixed soon in the ionic CLI!!!
Please help @mhartington (P.s. Sorry for tagging you)
Hey @mbrookson@mhartington@pliablepixels along with this CFBundleIcon error i’m also facing ITunesSoftwareServiceAuthenticationErrorDomain error 434 this error from last 2 days on validating & uploading app to APP STORE…