Missing required icon file in sequoia 15.1.1 and SAB 12.3

I am using sequoia 15.1.1 and SAB 12.3.
here I have a problem in the transporter that

Asset validation failed (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 (ID: 594604bb-40c7-4780-846d-ea76a9d462f4)

Asset validation failed (91111)
Missing app icon. Include a large app icon as a 1024 by 1024 pixel PNG for the 'Any Appearance' image well in the asset catalog of apps built for iOS or iPadOS. Without this icon, apps can't be submitted for review. For details, visit: https://developer.apple.com/documentation/xcode/configuring-your-app-icon. (ID: 2fd587ff-afa4-483e-93ad-56a219db2ee2)

Asset validation failed (90022)
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 >= 10.0. To support older versions of iOS, 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 (ID: b33b4143-3529-4fd9-a444-9184a5d02351)

what should I do? in last 12.2 version I was able to create IPA files without this error.

the missing icons are: drawer icon, volume icon, search icon and text adjust icon.

See also Missing required icon file

I wish there was a way for us to detect this during a build in SAB. :frowning:

This happens when Xcode has not completed installing after an update and you don’t have the most recent Simulator files.

Do the following:

  1. Launch Xcode. It may show a dialog that it is installing additional components.
  2. Go to Settings/Preferences > Platforms and make sure the latest iOS simulator is installed.

Thanks,

Chris

Actually, the next release of SAB (after 12.3) will check if Xcode needs the first launch run to get things updated and will verify that the latest iOS Platform is installed. I figured out (with help from Chat GPT) how to determine this.

Chris