Enable Developer Tools Access for standard user for Xcode

Hi,

I am using XCode7 & OS X (10.5.5). I am facing a problem (Developer Tool Access permissions) with running XCode7 under Standard account.

I installed XCode7 in administrator account & created one standard account for using XCode.

Once i logged with standard account, i created one XCode7 sample project & ran this project, and Simulator is opened.

But it showing following alert box for every time even i entered correct user name & password (with administrator account info).


So, any body help me this issue.

Thanks in advance.

Accepted Reply

finally, i found a solution of my problem. To solve this problem, run the below steps.

1. First login into administrator account.

2. Open Terminal & enter the below command

sudo dscl . append /Groups/_developer GroupMembership username

Note:- Here username is the standard account user name.

3. After the type the above command, press Enter Key.

4. Now, It asks administrator password. Then type the administrator password

5. Close the Terminal

6. Login with Stadard account User name & Password.

7. Create new Project or Open the already existed project in XCode

8. Run the Project, XCode never asks User Name & Password to enable Developer Tools access permission.

Replies

finally, i found a solution of my problem. To solve this problem, run the below steps.

1. First login into administrator account.

2. Open Terminal & enter the below command

sudo dscl . append /Groups/_developer GroupMembership username

Note:- Here username is the standard account user name.

3. After the type the above command, press Enter Key.

4. Now, It asks administrator password. Then type the administrator password

5. Close the Terminal

6. Login with Stadard account User name & Password.

7. Create new Project or Open the already existed project in XCode

8. Run the Project, XCode never asks User Name & Password to enable Developer Tools access permission.