Reputation: 11841
I bult an app, I have icons working on a device, but when I archive my app and look under Organizer -> Archives My app does not have an icon, this is what shows:
What Do I have to do to get an icon for my apps in Archives?
Upvotes: 0
Views: 82
Reputation: 1120
Here is the required App Icons for iPhone/iPad/Universal App iOS Human Interface Guidelines
Good Luck
Upvotes: 1
Reputation: 2461
Make sure the Icon file entry in your app's Info.plist file refers to an existing file in your project. You might need to copy the file into the root of your project to make sure that it will be found.
Upvotes: 1