Posted on 11-10-2014 01:34 PM
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.
Posted on 11-10-2014 08:23 PM
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