Frank Nichols
Frank Nichols

Reputation: 43

AudioKit V4.1 and Version 9.3 beta (9Q98q)

Trying to get a build to work with the latest beta of Xcode.

Has anyone had success?

I am getting an error with this:

@objc public protocol Aliased {
    associatedtype _Self = Self
}

"Associated type '_Self' cannot be declared inside '@objc' protocol 'Aliased'"

When building for iOS 11.0 or higher.

Suggestions:

Upvotes: 1

Views: 109

Answers (1)

Related Questions