When executing gem install jekyll on OSX 10.8 with the standalone Command Line Tools package from Apple\'s Developer site installed (no Xcode), i run into the follo
gem install jekyll
Type in these commands on the console:
sudo xcode-select -switch /usr/bin sudo mv /usr/bin/xcrun /usr/bin/xcrun-orig sudo vim /usr/bin/xcrun
Enter the following into your dummy xcrun file:
#!/bin/sh $@
Then make it executable:
sudo chmod 755 /usr/bin/xcrun