Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I resolve "Error: No developer directory found at /Developer"?

I just upgraded XCode to 4.3.1. I'm using a script to build (and then deploy through Testflight) my app. But I now receive this error:

Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path.

I've no /Developer dir in my machine: how can I fix it?

like image 659
Giordano Scalzo Avatar asked Mar 08 '12 17:03

Giordano Scalzo


1 Answers

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

like image 156
Jim Avatar answered Nov 04 '22 05:11

Jim