I have to use XCode 12.4 with macOS 10.15 Catalina for a while still for Development.
Is it possible to use notarytool
instead of altool
?
I have copied notarytool
from XCode 13.4 Developer Tools to my usr/local/bin
folder.
When I run in shell:
xcrun notarytool submit myApp.zip
I get this:
xcrun: error: unable execute utility "/usr/local/bin/notarytool" because it requires a newer version of macOS.
As a last resort, I could notarize with the web API:
Submitting software for notarization over the web
Or boot into my macOS 12 Monterey partition each time.