View Single Post
  #1   (View Single Post)  
Old 10th August 2013
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Smile Qt 5.1 and OS X 10.7.5 Lion

I installed Qt 5.1 on OS X Lion, and tried to compile my first application, but had an issue :
"Xcode not set up properly".

I launched
Code:
# /usr/bin/xcodebuild
but it reported an error : “Can’t run /Applications/usr/bin/xcodebuild (no such file).


After a few research on the net, I found a solution on Stack Overflow :

Code:
# sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Now, it perfectly works.
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD
Reply With Quote