AudioKit/AudioKitSynthOne

Building

bradhowes opened this issue · 3 comments

Hello all. I'm trying to build a debug version of AudioKitSynthOne but I am unable to build it in Xcode 13.0. I am using the develop branch but I am encountering errors about Swift versions. I tried moving to one of the tagged releases, but that did not help.

This is the error from OneSignalNotificationServiceExtension:

<unknown>:0: error: module compiled with Swift 5.1.1 cannot be imported by the Swift 5.5 compiler: /Users/howes/src/AudioKitSynthOne/Pods/AudioKit/iOS/AudioKit.framework/Modules/AudioKit.swiftmodule/arm64-apple-ios.swiftmodule

I got rid of this error by changing the "Build Libraries for Distribution" setting to yes, but am not getting an error saying "using bridging headers with module interfaces is unsupported." Can anyone help me with that?

I'm in the same sport as you @aarushbothra did you manage to find a solution to that?