Error sending app to apple store - Invalid Image Path

1

When I try to upload the application to the apple store, I'm having the following error and can not figure out how to resolve this error.

In this application I am using ionic, previously I had already sent this same application to the store without problems, but after an update is presenting me the error below !!! Any tips ?? Thanks

    
asked by anonymous 15.02.2016 / 13:20

1 answer

0

In the ' PROJECT_NAME -Info.plist' file Identify and remove the following lines;

<key>CFBundleIconFile</key>
<string>icon.png</string>

This corrects the ITC submission error that this file is missing.

    

15.02.2016 / 17:23