Skip to main content
Question

Student with Xcode

  • November 10, 2014
  • 1 reply
  • 5 views

Forum|alt.badge.img+7

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

Forum|alt.badge.img+5
  • Contributor
  • 44 replies
  • November 11, 2014

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