Re: Xcode 4.3.1

2012-03-08 Thread Hannes Brandstätter-Müller
On Fri, Mar 9, 2012 at 02:53, Nathaniel Irons wrote: >> It actually depends on the version of Xcode-select. My version is >> 2003, which needs the contents/developer added. This was caused by an >> incomplete update to 10.7.3. > > > xcode-select version 2003 is intended for use with Xcode 4.2. If

Re: Xcode 4.3.1

2012-03-08 Thread Nathaniel Irons
On Mar 8, 2012, at 12:19 PM, Quinn Taylor wrote: > This may work for Versions, but you'll find it breaks other things. For > example, command-line builds: > > $ sudo xcode-select -switch /Applications/Xcode.app > $ xcodebuild -version > error: can't exec '/Applications/Xcode.app/usr/bin/xcodebui

Re: Xcode 4.3.1

2012-03-08 Thread Neakor
My xcode-select version is 2307. And following sheree's solution, my xcodebuild still works just fine. I'm not sure why, but it probably has something to do with OS version like Hannes said. Thanks guys! On Mar 8, 3:19 pm, Quinn Taylor wrote: > This may work for Versions, but you'll find it brea

Re: Xcode 4.3.1

2012-03-08 Thread Quinn Taylor
This may work for Versions, but you'll find it breaks other things. For example, command-line builds: $ sudo xcode-select -switch /Applications/Xcode.app $ xcodebuild -version error: can't exec '/Applications/Xcode.app/usr/bin/xcodebuild' (No such file or directory) $ sudo xcode-select -switch

Re: Xcode 4.3.1

2012-03-08 Thread Hannes Brandstätter-Müller
It actually depends on the version of Xcode-select. My version is 2003, which needs the contents/developer added. This was caused by an incomplete update to 10.7.3. If you want to fix it, use the combo updater to reinstall 10.7.3. For more information, please google it yourself (I think macports h

Re: Xcode 4.3.1

2012-03-08 Thread Neakor
That's what I tried initially, with the /Contents/Developer part as that's where the FileMerge is located now. However, that does not actually work. Sheree's solution, which is without the contents/ developer portion worked. On Mar 8, 2:48 pm, Quinn Taylor wrote: > Since everything (except Xcode.

Re: Xcode 4.3.1

2012-03-08 Thread Quinn Taylor
Since everything (except Xcode.app) which was in /Developer has moved inside Xcode.app, it may help to switch your Developer directory location. For example, in Terminal: $ xcode-select -switch /Applications/Xcode.app/Contents/Developer If that doesn't help, you can modify the path in Versions

Re: Xcode 4.3.1

2012-03-08 Thread Neakor
Thanks to Sheree, here's the solution: sudo /usr/bin/xcode-select -switch /Applications/Xcode.app On Mar 8, 2:27 pm, Neakor wrote: > Hi, > > I just upgraded to Xcode 4.3.1, and since it moved the FileMerge app's > location to be within the Xcode contents, diff no longer works. > Versions reports

Xcode 4.3.1

2012-03-08 Thread Neakor
Hi, I just upgraded to Xcode 4.3.1, and since it moved the FileMerge app's location to be within the Xcode contents, diff no longer works. Versions reports can't open FileMerge. Please help! Thanks, Yi -- You received this message because you are subscribed to the Google Groups "Versions" gro