On Thu, Jul 19, 2012 at 2:32 PM, Roland King
<email@hidden> wrote:
Doesn't work quite like that. You really wouldn't want Xcode stuffing random development code in /usr/local/bin every time you built it now would you. Xcode keeps all the built product in wonderfully segregated directories, segregated by platform, debug and release etc etc. So when you build a debug version of your app, it doesn't go stomp on the release one you built last month.
If you look at the build log (it's one of the tabs on the organizer), it's quite easy to find where it built what it ran in your debug session, for instance I have a PNG splitter, I just looked, it's here
I'm sorry I can't find a build log in the organiser. I opened the organiser by clicking
on a little button that looks like a filing cabinet in the top right hand corner of the xcode screen
a thing called organiser opens. It has 5 icons on the top bar calleddevices, repositories,projects archives and documentation.
I searched for "build log" in the xcode help - it returned 27 system guides 9 tools guide and 26 entries in sample code - but sadly I still can't find this information.
The guide "Building and running apps" talks about the "base SDK"
and their is an illustration referring to ioS4.3 - in fact the documentation at this point never
mentions Mac os x - strange since I'm developing on mac os x for mac os x and have no interest in
ioS. The entire "Building and running apps" seems to be write from the POV that I'm developing for an
ipad or iPhone - but I'm not.