braunbaer 2 Posted January 26, 2021 Hello All, when I try to upload our app to the Apple store via Transporter, I get the following error message: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface " Of course I have specified the corresponding png file in the icons, but there seems to be a problem with the Delphi 10.4.1 (December update). I have also not found a workaround anywhere. FYI, the app has been available for download in the appstore since 2014 and is continually maintained and enhanced by me. To be on the safe side, I recreated the .dproj file and re-entered all settings - didn't help, unfortunately. The value for "Lowest supported iOS version" I have adjusted to 11.0 - but unfortunately changes nothing. Does anyone know the problem - how can I fix it. Share this post Link to post
Lars Fosdal 1792 Posted January 26, 2021 I guess you've read this: https://stackoverflow.com/questions/39190582/error-itms-90023-missing-required-icon-file Edit: Never mind - seems to be irrelevant. Are you using the most recent version of XCode? Share this post Link to post
braunbaer 2 Posted January 26, 2021 (edited) Yes, I read that. But in Delphi I do not get further with it. How could I correct this manually? Edited January 26, 2021 by braunbaer Share this post Link to post
Lars Fosdal 1792 Posted January 26, 2021 Good question. I am afraid I am not of any help. Share this post Link to post
braunbaer 2 Posted January 26, 2021 I have created an entry in the QC: RSP-32273 Please vote for it. Share this post Link to post
braunbaer 2 Posted January 27, 2021 I have created a completely new app and transferred all units. It now works without errors. I have unfortunately not found a cause, but it is now so far fixed. Share this post Link to post
Chris Pim 34 Posted April 26, 2021 On 1/27/2021 at 1:50 PM, braunbaer said: I have created a completely new app and transferred all units. It now works without errors. I have unfortunately not found a cause, but it is now so far fixed. I have the same issue but don't want to have to create a new app as you have done as my project setup is really complex. Last time has to do what you suggest, it took a full day. I wonder if it's an issue with deployment caches etc which need to be reset? My app has been upgraded through 10.1, 10.3 and 10.4 so it's likely to have some residual junk which may be causing problems. Do anyone know how best "reset" all this back to a clean 10.4-style app without losing any of my project settings, deployment configuration etc? Share this post Link to post