Closed zacwest closed 3 years ago
This occurs in Xcode 13.0 beta 1, but may not occur in later betas (we'll see). If this isn't fixed, it has an error:
❌ /Users/runner/work/iOS/iOS/Pods/Eureka/Source/Core/Cell.swift:55:34: ambiguous use of 'next' responder = responder?.next
Presumably this is an error in the compiler, but nonetheless is fixable by making it less ambiguous.
This error happens in 13.1 with Monterey OS.
This change does fix the problem. Can this be merged.
thanks!
This occurs in Xcode 13.0 beta 1, but may not occur in later betas (we'll see). If this isn't fixed, it has an error:
Presumably this is an error in the compiler, but nonetheless is fixable by making it less ambiguous.