Build dependencies scripts don't handle Xcode not installed in /Developer,
which is common when having multiple instances of Xcode installed
It should be an easy fix: instead of assuming
DEVELOPER_DIRECTORY="/Developer"
use
DEVELOPER_DIRECTORY=`xcode-select --print-path`
Original issue reported on code.google.com by p...@mac.com on 11 Oct 2010 at 8:55
Original issue reported on code.google.com by
p...@mac.com
on 11 Oct 2010 at 8:55