Xcode 8 Tips and Issues

Sash Zats: Amazing tip from Xcode labs: add a EXCLUDED_SOURCE_FILE_NAMES build setting to conditionally exclude sources for different configuration. Dave DeLong: There’s also an INCLUDED_SOURCE_FILE_NAMES, and they can be used together (exclude that, but include this). Daniel Jalkut: A major change from Xcode 7 is that Xcode now requires that every target in your project … Continue reading Xcode 8 Tips and Issues