Error ios 8.4 simulator in xcode 7

6

I'm trying to download the simulator of iOS 8.4 in Xcode 7 and it returns this error:

  

Could not download and install ios 8.4. Authorization is required to install the packages.

Before that, I entered my user password.

    
asked by Gabriel C 30.10.2015 в 20:42
source

1 answer

2

To perform this operation, run Xcode as root with the command sudo and install within that session:

sudo /Applications/Xcode.app/Contents/MacOS/Xcode

Once you have installed you must exit and start normally.

You should be careful if you have open projects when you use sudo to launch Xcode.

    
answered by 30.10.2015 / 21:36
source