I am using sudo -su
I did not add "com.apple.developer.team-identifier" to my entitlements.
I am using xcode to build and archive, but I am manually signing and notarizing. I created a disk image using a script I found in another of your posts: (Manual Code Signing Example)
Here is some more information on the executable:
#codesign -dv --verbose=4 ./DaemonInAppsClothing
Executable=/Library/Application Support/DaemonInAppsClothing/DaemonInAppsClothing.app/Contents/MacOS/DaemonInAppsClothing
Identifier=Fidelis.DaemonInAppsClothing
Format=app bundle with Mach-O thin (x86_64)
CodeDirectory v=20500 size=1032 flags=0x10000(runtime) hashes=21+7 location=embedded
VersionPlatform=1
VersionMin=786688
VersionSDK=786688
Hash type=sha256 size=32
CandidateCDHash sha256=8a7f854608607af4862cc81643c9a694e645b990
CandidateCDHashFull sha256=8a7f854608607af4862cc81643c9a694e645b990a283366dce26b3000f6bff05
Hash choices=sha256
CMSDigest=8a7f854608607af4862cc81643c9a694e645b990a283366dce26b3000f6bff05
CMSDigestType=2
Executable Segment base=0
Executable Segment limit=32768
Executable Segment flags=0x1
Page size=4096
CDHash=8a7f854608607af4862cc81643c9a694e645b990
Signature size=9003
Authority=Developer ID Application: Fidelis Cybersecurity, INC (AMLU8UA7F6)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Feb 28, 2022 at 10:12:08 AM
Info.plist entries=20
TeamIdentifier=AMLU8UA7F6
Runtime Version=12.1.0
Sealed Resources version=2 rules=13 files=944
Internal requirements count=1 size=64
So I think somehow it does know my identity, but something I changed recently won't let it run on 11.X. It now tells me I need version 12.1 or newer for this app.
Topic:
Code Signing
SubTopic:
Entitlements
Tags: