I have a new MacBook and have installed Xcode 4.3 with the command line tools. Homebrew is working so everything seems ok so far. I then installed MonoDevelop 2.8.6.5.
If I create a new MonoMac project then build, it fails with the following error:
Error: ibtool returned error code 1 (MonoMacTest)
If I run ibtool (no arguments) in Terminal I get the following:
Bens-MacBook-Air:~ ben_scott$ ibtool
xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to > set the path to the Xcode folder.
Error: /usr/bin/xcode-select returned unexpected error.
Bens-MacBook-Air:~ ben_scott$
How do I fix this and get MonoDevelop working with MonoMac projects?