You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: