Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 8 error "Project ERROR: Xcode not set up properly", even though the license has been accepted

Tags:

I can no longer build Qt project after updating to Xcode 8 today. I get the following error despite having followed the instructions from this answer.

Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild.

How to fix it?

like image 645
Violet Giraffe Avatar asked Sep 14 '16 14:09

Violet Giraffe


1 Answers

A cleaner solution

cd /Applications/Xcode.app/Contents/Developer/usr/bin/ sudo ln -s xcodebuild xcrun 
like image 134
Daniel Georgiev Avatar answered Oct 09 '22 03:10

Daniel Georgiev