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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -