I'm having issues with notarizing the app directly in Xcode.Even though i have acceped all agreements and updated the required banking info,the upload step get stuck at authenticating with Apple Service.So i'm trying to use alttool to notarize my app.
- Generated App specific password
- Using the following command
But i keep getting the error
my-MacBook-Pro:1.3 my$ xcrun altool --notarize-app --primary-bundle-id "me.myapp" --username me@live.com --password mypass --file "myapp.app"
*** Error: Notarization failed for 'myapp.app'.
*** Error: The operation couldn’t be completed. Is a directory Is a directory (21)
{
"_kCFStreamErrorCodeKey" = 21;
"_kCFStreamErrorDomainKey" = 1;
}
I'm running Xcode 13.1 on macOS Monterey 12.0.1