Hello,
I have Mac application which accesses Sound Input. Hardened run time ha been enabled for this app with Audio Input turned ON, sandbox is disabled. info.plist has entry "Privacy - Microphone Usage Description" with the proper description.
But, few of our users started reporting that they are getting following crash in Catalina. My app has been built using XCode12.5 in BigSur.
Crash: Dispatch queue: com.apple.root.default-qos Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace TCC, Code 0x0 I have asked them to try resetting Microphone permission using tccutl. But, they are still facing this crash.
How do I trace out why it is crashing and why it has been crashing for few users say 5-6.
Thank you. Regards, Deepa
-
—
Deepa Pai
Add a CommentThis for sure something related to privacy violation, the app has to ask user permission to obtain access to Microphone. But, I have added require Privacy Message in info.plist and enabled entitlement as well. I am not the crash is for which permission that app is trying to access.