Apple Transporter.app report this issue:
Asset validation failed (90237)
The product archive package’s signature is invalid.
Ensure that it is signed with your “3rd Party Mac Developer Installer” certificate.
In the post “https://developer.apple.com/forums/thread/680438” Quinn “The Eskimo!” reply:
For the Mac App Store you need:
Apple Development: TTT (or the older Mac Developer: TTT) for day-to-day development
3rd Party Mac Developer Installer: TTT for signing the installer package you submit to App Store Connect
3rd Party Mac Developer Application: TTT for signing the code inside that installer package
In /questions/29039462/which-certificate-should-i-use-to-sign-my-mac-os-x-application”
Apple Codesigning Certificate Types
Mac App Distribution
3rd Party Mac Developer Application: Team Name Used to sign a Mac app before submitting it to the Mac App Store.
Mac Installer Distribution
3rd Party Mac Developer Installer: Team Name Used to sign and submit a Mac Installer Package, containing your signed app, to the Mac App Store.
Both Mac App Distribution and Mac App Distribution was added to Keychain Access:
enter image description here
Xcode -> Preferences -> Account -> Manage Certificates show that “Mac Installer Distribution” is there:
enter image description here
And “Mac Installer Distribution” is also shown in my “Account” -> Certificates, IDs & enter image description hereProfiles -> Certificates in developer.apple.com
enter image description here
What is wrong with may certificates in Keychain Access, Xcode -> Preferences -> Account -> Manage Certificates or Signing Certificates ?
What can I do to fix “Asset validation failed (90237)” in Apple Transporter.app ?
Better way to submit an application to AppStore ?
Can I use Big Sur to submit the application or do I need a more recent OS ?
Pierre Slone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.