I\'m struggling to release a new version of our app using Xcode 9 built with iOS 11 SDK. Archiving and uploading the binary goes well without any issue. The build appears in
Simplest solution is to add CFBundleIconName key in plist and fill all AppIcon slices in assets catalog.
Info.plist :
<key>CFBundleIconName</key>
<string>AppIcon</string>
Download Working AppIcons Assets Here
Nothing above worked for me. I needed to remove the value for Development Assets
from Build Settings.
In my situation; after you have done all these things in this page, don't forget to archive your project again :)