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: