Skip to content

Support Xcode 16.4

Latest
Compare
Choose a tag to compare
@fulldecent fulldecent released this 24 Jul 00:40
· 17 commits to main since this release
0ab5cef

This identifies and works around two new bugs introduced in Xcode. 16.4:

  1. Opening a Swift package and a dependent project at the same time in Xcode causes Xcode builds to fail
  2. Building an iOS app in Xcode after opening a dependent local module, and then closing that iOS app will cause Xcode to crash (100% reproducible)

And we remove a prior workaround:

  1. Xcode no longer treats project variables differently if they have or do not have spaces in them (because space quoting rules), issue originally introduced around Xcode 12.4 (12D4e).

Full changelog: 16.3...16.4