Search code examples
iosobjective-cxcodeapp-storeitunes

MacOS HighSierra: Xcode Build App Icon Error


I have been facing some issue in Xcode 9 uploading my app to AppStore

the error is

"Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."

"WARNING ITMS-90704: "Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps >that do not include the Marketing Icon cannot be submitted for App >Review or Beta App Review.""

and I have searched a lot and I realised too many people had this problem.

But I think mine is somehow different and I think maybe it's about my software update, because I have uploaded the excat same app a few days ago and it was all right.

But now I cant even upload it again.


//ANSWER: -

EDIT : I FOUND THE ANSWER THAT WORKED FOR ME

you know this problem doesn’t have same answer for everyone at all because it can be the result of a bug or the excat thing the error says (missing some icons) you should first check all the reasonable solutions like checking your icons etc but in my case ut was just a bug ... and i opened my info.pillist source code in xcode 8 version of the same project (it was for just two days ago and i didnt make any major changes ) and copy and paste it into my xcode 9 project and it was done...but you have a much easier way too: build your project in Xcode 8.3 ...in the case all of your icons are set you should be good to go


Solution

  • I found the Answer i Replaced all of my Xcode 8 info pilist source code (and yes i handled every needed changes) to Xcode 9 info.pillist and this fixed this problem for me!!!!