You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 11 Oct 2010 at 8:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Oct 2010 at 8:55The text was updated successfully, but these errors were encountered: