-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mac Catalyst build errors (Ambiguous use of 'next') #2190
Comments
Can confirm that Xcode 13.0 builds this fine - but that has the SDK for macOS 11.3 (20E214), rather than 13.1's 12.0 (21A344). |
Merged
Hey @chumps52 can you try whether the PR #2191 fixes the issue? |
@mats-claassen Seems to - thank you! :) |
Hi @mats-claassen, do you know when is the next release that will contain this PR? Would like to avoid using the master branch if possible. Thanks! |
Version 5.3.5 released! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eureka 5.3.4 using Cocoapods. Xcode 13.1. M1 Pro MacBook Pro.
Getting the following when attempting to build using Catalyst - has worked previously, but I now get this error on line 55 of
Cell.swift
(Ambiguous use of 'next'
).I believe my last successful build was with 5.3.3 on Xcode 13.0. I've tried downgrading to 5.3.3 but using Xcode 13.1, but it still fails.
Have also tried clearing my build folder + emptying derived data.
The text was updated successfully, but these errors were encountered: