Hi Guido,

Try running `xcode-select -switch /Applications/Xcode.app`

Then you might not even need to replace the path to xcodebuild

Hope that helps,

Jeff

On Mon, Apr 30, 2012 at 7:24 AM, Guido Van Hoecke <gui...@gmail.com> wrote:

> Trying to build the CorePlot bindings found at
> https://github.com/mono/monotouch-bindings/tree/master/CorePlot
>
> The binding/Makefile still looks for XBUILD at the old /Developer
> location:
> XBUILD=/Developer/usr/bin/xcodebuild
>
> This is easily fixed by changing to the current location:
> XBUILD=/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
>
> However, the make fails:
>
> gcc-4.2: error trying to exec '/usr/bin/arm-apple-darwin11-gcc-4.2.1':
> execvp: No such file or directory
>
> Any suggestions?
>
> Thanks in advance,
>
>
> Guido
>
> --
> If at first you do succeed, try to hide your astonishment.
>
> http://vanhoecke.org ... and go2 places!
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to