Posts tagged with ‘Xcode 9’

  • Xcode: Who’s to Blame?

    October 17, 2017

    A recent tweet from Dave DeLong reminded me of something that’s been on my mind for a long while.

  • New Xcode Build System and BuildSettingExtractor

    June 13, 2017

    Last week at WWDC 2017, Apple announced a new build system for Xcode, with an opt-in preview in Xcode 9. The new system is written in Swift and promises to be a significant advance in a number of areas including performance and dependency management. The new system is built on top of the open source llbuild project and lays the foundation for integrating the Xcode build system with the Swift Package Manager.