Why Xcode 4.3.2 shows white icon when archived?

2.8k Views Asked by At

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?

2

There are 2 best solutions below

1
On BEST ANSWER

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.

0
On

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.