app-store-connect fetch-signing-files --type MAC_APP_DIRECT calls GET https://api.appstoreconnect.apple.com/v1/certificates {'limit': 100, 'sort': 'displayName', 'filter[certificateType]': 'DEVELOPER_ID_APPLICATION'}. But newer Developer ID Application certificates created by choosing the G2 Sub-CA profile type don't match the filter because their type is DEVELOPER_ID_APPLICATION_G2.
It looks like it's impossible to use DEVELOPER_ID_APPLICATION_G2 certificates with Codemagic.
app-store-connect fetch-signing-files --type MAC_APP_DIRECT
callsGET https://api.appstoreconnect.apple.com/v1/certificates {'limit': 100, 'sort': 'displayName', 'filter[certificateType]': 'DEVELOPER_ID_APPLICATION'}
. But newer Developer ID Application certificates created by choosing theG2 Sub-CA
profile type don't match the filter because their type isDEVELOPER_ID_APPLICATION_G2
.It looks like it's impossible to use
DEVELOPER_ID_APPLICATION_G2
certificates with Codemagic.