Wednesday, October 3, 2012

xcode and it's damnable license!

It's not building; it's not building!
So, I installed 10.8 from scratch on my mac, and I was trying to get my code working again. Things just weren't building... Well it seems that I needed to agree to the license, and the command line license is different from the GUI XCode license. Also, if you agree to the license as a user, that doesn't mean that root agreed. :/
sudo xcodebuild -license
Solved my issues.

No comments:

Post a Comment