I have a problem notarizing the app/dmg for apple,...
# compose-desktop
n
I have a problem notarizing the app/dmg for apple, I get invalid status. I tried zipping both .app(via createReleaseDistributable) and .dmg(via packageReleaseDistributionForCurrentOS). Anyone had this problem? I did it through terminal command
Copy code
xcrun notarytool submit LimanDoc.app.zip --apple-id "my apple id" --password "APP-SPECIFIC-PASSWROD" --team-id "my team id" --wait
I also tried running “notarizeReleaseDmg” with the following gradle macOS config, but get error (2nd screenshot)