Crash due to missing entitlement ?
Crash due to missing entitlement ?
- Subject: Crash due to missing entitlement ?
- From: Gabriel Zachmann via Cocoa-dev <email@hidden>
- Date: Mon, 13 Jul 2020 11:52:30 +0200
One beta tester of my simple status menu bar app has reported a crash.
I sent them the signed and notarized app in a ZIP file.
The beta user has sent a number of log lines extracted via Console.
Here are the relevant lines (I think):
error 19:37:00.542568-0400 tccd Prompting policy for hardened runtime;
service: kTCCServiceAppleEvents requires entitlement
com.apple.security.automation.apple-events but it is missing for ACC:{ID:
de.zach.ArtSaver-Auto-Launcher, PID[54138], auid: 501, euid: 501, binary path:
'/Applications/ArtSaver Auto Launcher.app/Contents/MacOS/ArtSaver Auto
Launcher'}, REQ:{ID: com.apple.appleeventsd, PID[409], auid: 55, euid: 55,
binary path: '/System/Library/CoreServices/appleeventsd'}
[...]
default 19:37:00.597451-0400 runningboardd [executable<ArtSaver Auto
Launcher(501)>:54138] Death sentinel fired!
[...]
default 19:37:00.900417-0400 ReportCrash Saved crash report for ArtSaver
Auto Launcher[54138] version 1.1 (1) to ArtSaver Auto
Launcher_2020-07-12-193700_Moab.crash
First of all, is it correct to assume that the crash is connected with the
(missing) entitlement "com.apple.security.automation.apple-events" ?
However, I don't see where this funny entitlement
is coming from. I didn't request it, and it is not in my entitlements file.
My complete entitlements file is this (w/o header/footer):
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>$(TeamIdentifierPrefix)de.zach.ArtSaverGroup</string>
</array>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.temporary-exception.shared-preference.read-write</key>
<array>
<string>com.apple.screensaver</string>
</array>
Any hint where I can start investigating would be most appreciated.
Best regards, Gabriel
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden