Hello Everyone,
I am finally up and running with Xcode and am trying to adapt my code to the new environment.
One thing that is plaguing me currently is that when I edit a file, the compile will happen on the file, but when I'm debugging/running, it is as if I never made any changes.
If I clean all and wait the required hour, then my changes are used.
What do I have to do to make Xcode compile and link in my changes when I make them?
Background:
1. I've tried making sure ever file changed is saved. 2. I've even put in #error (this is a c++ project), the error is flagged, but the application is launched and the debugger stops where I have a breakpoint. 3. The application has several static library targets that it links together for the main application. The source is in the library. The source is all in the project however....
Thanks in advance, Lyndsey
-- Lyndsey D. Ferguson Software Engineer : Platforms Group Nemetschek North America, Inc. mailto: email@hidden |