Solution:
Open up Xcode, and receive the new user agreement. This was happening since a new version of Xcode was downloaded and the new agreement was not accepted.
sudo xcodebuild -license
will take care of it with no unease on the command line. Remember that you'll have to manually scroll through the license, and agree to its terms at the end, unless you include "accept" to the command line
sudo xcodebuild -license accept
Here is how was able to solve it .
- I affixed the following in terminal:
sudo xcodebuild -license
This will released the agreement. Then, Go all the way to end and type "agree".
That takes care of go obtain issues.
You don't require to idle around with any command :)
At one time the XCode is updated, released the Xcode IDE program. Please receive terms and conditions.
You are all set to go :
Consenting to the Xcode/iOS license claims admin privileges, please re-run as root via sudo
.
A new version of OSX or XCode was installed and Apple needs you to agree to their Terms and Conditions. Hence only launch Xcode and "Agree" to them.
Ensue these steps:
Open Terminal.
Enter this command: sudo xcodebuild --license
.
Enter system password.
Agree to the license.
I had the similar problem, after receiving the license launching XCode or running sudo xcodebuild -license accept
i had to restart my Mac – otherwise it did not performed.