I am trying to notarise an existing plugin installer in a dmg container. Apple's advise is to use the altool to notarise via terminal. I am using the following code:
xcrun altool --notarize-app \
--primary-bundle-id co.nz.xxx.dmg \
--username xxxx@gmail.com \
--password xxxxxxxxxxx \
--file /Users/admin/Documents/MyPlugin_v1.7.dmg
But this is not returning any result, no error, no success. I waited long enough too.
What gives?