The following error occurs when uploading an iOS package created by remote build of Xcode15 to the Appstore (using tranceporter) for iOS 17 SDK support.
Blockquote
Asset validation failed (90035)
Invalid Signature. A sealed resource is missing or invalid. The file at path “application.app/application” is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult Page Not Found - Apple Developer 838054e1-4bf4-42fa-8320-02d684afc913)
It appears to be a certificate or provisioning related error, but on UE5 it is collated without problems and the package is successful.
The certificate is also specified for distribution, not for development.
Since the error is in Xcode15, I am not sure how to deal with it in UE5.
Please help.