Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a compiler error in Xcode 13 when building for Catalyst #2162

Merged
merged 3 commits into from Oct 29, 2021

Conversation

zacwest
Copy link
Contributor

@zacwest zacwest commented Jun 23, 2021

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.

@gossmer
Copy link

gossmer commented Oct 26, 2021

This error happens in 13.1 with Monterey OS.

Copy link

@jurex jurex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Xcode 13.1

@gossmer
Copy link

gossmer commented Oct 27, 2021

This change does fix the problem. Can this be merged.

@mats-claassen mats-claassen merged commit 6f779ae into xmartlabs:master Oct 29, 2021
@jurex
Copy link

jurex commented Oct 29, 2021

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants