Why Xcode 4.3.2 shows white icon when archived?

2019-01-24 19:59发布

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条回答
Luminary・发光体
2楼-- · 2019-01-24 20:37

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.

查看更多
Fickle 薄情
3楼-- · 2019-01-24 20:47

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.

查看更多
登录 后发表回答