If I write -codesign=\"Developer ID Application: David Partridge (VH8AYT3C7Y)\""
Then when I report what deploy_tool_options_arg is I see:
1> [CMake] deploy tools options arg: -verbose=3 -hardened-runtime -no-strip -codesign="Developer ID Application: David Partridge (VH8AYT3C7Y)"
But I when I run the Install I get (split across multiple lines for readability:
-- Running Qt deploy tool for /Users/amonra/.vs/DSS/out/build/DeepSkyStacker/DeepSkyStacker.app
in working directory '/Users/amonra/.vs/DSS/Darwin/arm64/Debug'
'/opt/Qt/6.8.2/macos/bin/macdeployqt' '/Users/amonra/.vs/DSS/out/build/DeepSkyStacker/DeepSkyStacker.app'
'-appstore-compliant' '-always-overwrite' '-verbose=3' '-hardened-runtime' '-no-strip'
'-codesign=' 'Developer ID Application: David Partridge (VH8AYT3C7Y)'
Which is incorrect and codesign tells me correctly:
ERROR: Codesign signing error:
ERROR: ": no identity found\n"
Can anyone help with this at present it is invoking codesign using -s “Developer” which is searches for a Cert containing “Developer” in the Common Name.