After tweaking the codesign command --particularly replacing double quotes with single quotes and no quotes for the app address, I believe I got it to work:
codesign --force --options runtime --sign 'Developer ID Application: Antony Nispel (73ZUW8A5RN)' /Users/antonynispel/Desktop/SpellAnalysis\ 2022-04-22\ 09-44-49/SpellAnalysis.app
`replacing existing signature' was the report. Then I ran the test command you suggested above to view status of hardened runtime:
codesign -d -vvv /Users/antonynispel/Desktop/SpellAnalysis\ 2022-04-22\ 09-44-49/SpellAnalysis.app
gave me this report: 'CodeDirectory v=20500 size=4468 flags=0x10000(runtime)'
I take this to be a sign of success, right? Now I should get on with the packaging and its notarization. I am indebted to your continued assistance, without which I would never have succeeded.
Thank you.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: