Request for solution to error when uploading to App Store in Xcode

When uploading from Xcode to the App Store, the same error as the attached file occurs. Please tell me how to handle it.

The .ipa file is created well and installed well on Mac PC. Because of the part below, it cannot be installed on iPhone or uploaded to the App Store. For reference, Xcode version is 15.3.

  1. Asset validation failed

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. To support older versions of iOS, the icon may be required in the bundle outside of an asset

  1. Asset validation failed UserInfo={IDEDistributionIssueSeverity=3, NSLocalizedDescription=Asset validation failed, NSLocalizedRecoverySuggestion=The following URL schemes found in your app are not in the correct format: [http://xx.***.co.kr/xxxxm] . URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more details. (ID: 499c0ae0-9ea1-44df-99f2-f3b6847edf2e)})>"

These two things happen, so if you have any experience with how to solve them, please give me some advice.

Please refer to the attached error image file. thank you

I am attaching the attached error file. thank you

It looks like the first error is related to an issue with your app icon asset. I would look at your project's assets file to see if you have an app icon set.

Here's a helpful link to documentation on setting up your app icon if you haven't already done so: https://developer.apple.com/documentation/xcode/configuring-your-app-icon

Request for solution to error when uploading to App Store in Xcode
 
 
Q