In the new project that I started, Xcode decided that it would compile every file in the project every time I started it, instead of just compiling files that change (and the files depend on them). As there are more and more files in the project, this becomes an increasing and greater burden both during operation and in offline mode.
It is possible that I changed the setting somewhere that influenced this; Or maybe not. What project parameters should I look at?
source
share