Student with Xcode

krusej23
New Contributor

I have a student that we installed Xcode on his computer so he could work on some coding on his own. When he tries to run a project, he gets an error saying he doesn't have permissions to run Browser. Is this something I just have to allow in my application preferences of my configuration profile? Attached are my application preferences.external image link](https://www.dropbox.com/sh/x3ps6wzkmvp2a8o/AADQmkVSd5vHt44mZ3dBuXBwa?dl=0) ![external image link

1 REPLY 1

rhysforrester
New Contributor

Can't see your configuration preferences attached, and i'm assuming he isn't an admin, but I had a similar issue with Simulator and this is what I do in a lab I look after - mind you I'm using AD accounts that are removed at logoff as well.

Login policy, run script;

#!/bin/bash
userName=$3
/usr/sbin/dseditgroup -o edit -u root -t user -a $userName _developer