Is there a place (or flag) in Xcode for files you don’t want to compile? There are some classes that / may become part of the project, but will not compile at this time. The main project is not related to them, but Xcode is still trying to compile them. Is there a way to prevent the rest of the project from compiling until these new classes are “ready”?
compiler-construction cocoa-touch xcode cocoa
Meltemi
source share