Reputation: 7060
When i archived my app to upload to app store, app icon is being white. But in Xcode 4.2 everything is ok. In Xcode 4.3.2 app icon changes into white after archiving it. Xcode allows to upload to app store without any warning and error. Uploading is finished and waiting for review. I want to know, if Apple will reject my app for this?
Upvotes: 3
Views: 2823
Reputation: 4409
Include in the info.plist for the key "Icon File" the value "Icon.png". Do not forget to also include the image in the container.
Upvotes: 0
Reputation: 7060
I fixed with RMeijs answer in Here
The way is open terminal and type following code.
xcode-select -print-path
/Developer
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
after that restart XCodes,All icons in Organizer are fine.
That answer from RMeijs.
I wrote this answer for easily to find.
Upvotes: 6