get the error even though enabled Hardened Runtime

Hello there.

I'm having trouble with notarization in Xcode.

I'm developing a Swift Mac app with Xcode 14, but even when I enable Hardened Runtime and perform notarization, it displays the message "Hardened Runtime is not enabled" and I can't proceed.

The steps for notarization are [Window] -> [Organizer] -> [Distribute App] -> [Developer ID] [Next] -> [Upload].

Could you please tell me what I should check, or any other information?

I've attached screenshots.

Thank you.

Try this:

  1. In the Xcode organiser, select the archive that reproduces the problem.

  2. Click Distribute App and then follow the Developer ID > Export workflow.

  3. That’ll result in a copy of the app that’s signed the same way as the app that you uploaded. Run this command against it:

% codesign -d -vvv /path/to/your.app

What does it report?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

get the error even though enabled Hardened Runtime
 
 
Q