MithunReddy / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

Build dependencies scripts don't handle Xcode not installed in /Developer #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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