Why Xcode 4.3.2 shows white icon when archived?

app-store, ios, upload, xcode4.3

Solution

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.

Problem

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?

Original source

Related problems