Skip to content

Releases: kentron/AudioKitSynthOne

AudioKit 4.9.2 — XCFrameworks rebuilt for Xcode 26 / Swift 6

Choose a tag to compare

@kentron kentron released this 04 Aug 00:06

Prebuilt AudioKit.xcframework and AudioKitUI.xcframework for AudioKit 4.9.2, rebuilt from the original v4.9.2 source with BUILD_LIBRARY_FOR_DISTRIBUTION=YES.

Why: the official CocoaPods release of AudioKit 4.9.2 ships a binary built with Swift 5.1.1. Xcode 26 / Swift 6 can no longer import that module, so pod install fails for any project still pinned to AudioKit 4.9.2. These frameworks were rebuilt from the same source with library evolution enabled, producing a module interface that stays importable across compiler versions.

Usage

  1. Download and unzip the asset below into Vendor/AudioKit in your project.
  2. Point the AudioKit pod at the local path instead of the CocoaPods spec:
    pod 'AudioKit', :path => 'Vendor/AudioKit'
  3. Run pod install.

Includes the original AudioKit.podspec and MIT license.

Used to fix compilation under Xcode 26 in AudioKitSynthOne.