I tried to perform the troubleshooting steps in this post -
https://developer.apple.com/forums/thread/114456
As it instructs, "The first step in troubleshooting this problem is to check your app’s entitlements. To start, use the codesign tool to dump the entitlements"
$ codesign -d --entitlements :- /path/to/your.app
I don't know what to put as " /path/to/your.app". I didn't find any file ending in ".app".