c++ - Xcode 6 stopped cleaning project before building -
i have strange issue on xcode 6. today worked @ home , when finished part of c++ code, committed on personal git remote server.
okay came work, checked out , built it. first build usual, took few minutes compile, other 1 made after correcting code, have been done in few milliseconds, xcode took built version , use time.
and it! notice i've got previous functionality, use first version of code, checked out after start work computer.
so question - how force xcode 6 automatically clean previous builds before compiling?
p.s. noticed breakpoints changed color blue gray. have done wrong here?
resolved.
looks matter in file's owner permissions. trying sudo chown -r boss:staff /users/boss/codes/ made issue gone.
Comments
Post a Comment