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:
Fixed as of this commit: https://github.com/AudioKit/AudioKit/commit/b31c2f22085dc00250416b1952b3af2f1e56c022
Thank you.