NumberD
NumberD

Reputation: 1

ERROR ITMS-9000: Invalid Image Path - referenced under 'CFBundleIcons' appicon-260x60

I'm trying to release my first app using XCode 6.1, but facing an Error message telling me:

ERROR ITMS-9000: "Invalid Image Path - No Image found at the path referenced under key 'CFBundleIcons' : 'AppIcon-260x60'"

Note it is pointing to an icon which is 260x60 px, this really gets me confused. I am using Assets Catalogs, and can't find anywhere where this icon fits.

May anyone please help me solve this issue.

Upvotes: 0

Views: 628

Answers (1)

R.B Niranjan
R.B Niranjan

Reputation: 628

I have faced same issue. Please create new icon asset using "App icon and images lunch" property and add all icon again in that asset.

It will work.

Upvotes: 0

Related Questions