AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.65k stars 214 forks source link

Building #174

Open bradhowes opened 2 years ago

bradhowes commented 2 years ago

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
aarushbothra commented 2 years ago

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?

Rembrandtsx commented 1 year ago

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

msp commented 2 months ago

Did either of you get it building? I'd like to build the synth in Xcode 14 but it's not sounding promising and it seems very quiet in this repo..