I recently upgraded to 10.7.3, and when I try to debug my iOS project in the simulator for the first time after logging in, I'm prompted with the following two alerts:
My user is an admin user. I never saw these alerts before. How do I get them to stop?
EDIT
I've verified that I'm a member of the _developer
group using id -a
.
There's a much simpler solution for this. Try running the following command:
sudo /usr/sbin/DevToolsSecurity --enable
--EDIT--
If you're on Ventura, see Mark's answer