AlexDenisov / Cedar-installer

Useless from Aug 2012!!! Bash installation script for Cedar: BDD-style testing using Objective-C.
2 stars 1 forks source link

Not working with new Xcode 4.3 #1

Closed KanybekMomukeyev closed 12 years ago

KanybekMomukeyev commented 12 years ago

error log: Error: Can't run /Developer/usr/bin/xcodebuild (no such file).

AlexDenisov commented 12 years ago

Run this in terminal

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

then run installer again.

KanybekMomukeyev commented 12 years ago

Thanks, thats worked.