When using "react-native run-ios --device "iPhone" --configuration=release" to build a release app and submit to Apple Store through Transporter and I got the following error. I have drag and drop a 1024 by 1024 pixels image in Images.xcassets/AppIcon on Xcode.
ERROR ITMS-90704: "Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/."
How to use "react-native run-ios" to create a release ipa file?
Regards,Yun