1

When I run

spctl -vvv --assess --type exec dist/mas/myapp-1.1.9.pkg

I get

rejected
source=Unnotarized Developer ID
origin=Developer ID Application: MyCompany Inc (XXXXXXXXX)

So then I run the notarization

xcrun altool --notarize-app -f dist/mas/myapp-1.1.9.pkg --primary-bundle-id com.mycompany.myapp -u myemail@domain.com -p my-app-password --asc-provider myprovider

As result I got

No errors uploading 'dist/mas/myapp-1.1.9.pkg'.
RequestUUID = xxxx-xxx-xxxx-xxx-xxxxx

But when I run again the spctl command, i get

rejected
source=Unnotarized Developer ID
Faabass
  • 1,394
  • 8
  • 29
  • 58
  • Did you inspect the log? `xcrun notarytool log` uuid – Richard Barber Jan 02 '22 at 06:51
  • When I tried that I always get: xcrun notarytool log XXXXXXX-XXX-XXXXX-XXXX-XXXXXXXXXXXX --apple-id=myemail@domain.com --password=my-app-password --team-id=teamXXX Submission log is not yet available or submissionId does not exist id: XXXXXXX-XXX-XXXXX-XXXX-XXXXXXXXXXXX – Faabass Jan 02 '22 at 18:55

0 Answers0