Xcode: Is there a location/flag to prevent a Class from compiling?

Posted by Meltemi on Stack Overflow See other posts from Stack Overflow or by Meltemi
Published on 2010-04-01T15:52:18Z Indexed on 2010/04/01 15:53 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

Is there a place (or flag) in Xcode for files that you don't want to compile? There are some classes that are/may become part of a project but currently won't compile. The main project doesn't link to them but Xcode still tries to compile them. Is there a way to prevent blocking the rest of project from compiling until these new Classes are "ready"?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about cocoa