PDA

View Full Version : Xcode not building the right files?




varsis
Oct 3, 2008, 02:59 PM
I have noticed this, but sometimes I modify code and it won't give me the new version but it will keep rebuild my old code? Any ways to clear the cache or something to force it to rebuild everything.

Chris



kainjow
Oct 3, 2008, 03:24 PM
Use the Clean function for that. Build > Clean All Targets

varsis
Oct 3, 2008, 03:56 PM
woot thanks I needed it.