AudioKit v4.11.1 Release Notes

Release Date: 2020-09-19 // over 3 years ago
  • ๐Ÿš€ This is mostly a release focused on getting back to working binary frameworks for CocoaPods and Xcode 12.

    ๐Ÿš€ The most glaring difference from previous releases is that the AudioKit class was renamed AKManager. In most cases this will require only very minor changes to your code - there has not been any other API change. This was necessary to resolve issues with generated Swift interfaces, which don't allow for classes with the same name as the framework.

    Because of the new Apple Silicon slices for iOS simulators and Mac, we are no longer able to ship anything but a universal binary XCFramework. So all examples and projects have been modified to reference those instead where applicable, and we no longer provide OS-specific binary archives.

    ๐Ÿš€ This is also likely to be the last release on AudioKit v4 before v5 which features major API changes, and support for the Swift Package Manager.


Previous changes from v4.11

  • ๐Ÿš€ This is likely going to be the last v4 release of AudioKit. Version 5.0 is currently in development and will provide full support for the latest Xcode, its platforms and the Swift Package Manager.

    ๐Ÿš€ The main purpose of this release is to provide binary packages built with Xcode 12 for CocoaPods and others.