Constant recompiles of library files

Hello,

juce_gui_basics.mm and juce_core.mm always recompile in my Xcode Introjucer project. It's not a huge problem but can be a pain in the bottom, when i'm debugging and need to start debug repeatedly and Xcode compiles these two files every time, even when nothing has been touched. Is there a reason for this behaviour, or could it be avoided?

Thanks for all help!

Matti

Haven't had any problems like that, but it sounds like the filesystem isn't storing the modification times correctly, or your clock is out of sync.. (?)

Thank you for the quick reply! I did some rebooting and resaved the Introjucer project and the problem seems to have gone. Probably some glitch in Xcode. Thanks again!