Hey there!
When i run sudo tccutil -r some.bundle.Identifier i am getting the following output:
Traceback (most recent call last):
File "/opt/homebrew/bin/tccutil", line 383, in <module>
main()
~~~~^^
File "/opt/homebrew/bin/tccutil", line 367, in main
delete_client(item_to_remove)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
TypeError: delete_client() missing 1 required positional argument: 'service'
It looks like the service argument is actually missing on the caller side (see line 367).
Hey there!
When i run
sudo tccutil -r some.bundle.Identifieri am getting the following output:It looks like the
serviceargument is actually missing on the caller side (see line 367).