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

Error in MultiRealmResultsController in Xcode 14.3 #188

Open
hugo53 opened this issue May 19, 2023 · 1 comment
Open

Error in MultiRealmResultsController in Xcode 14.3 #188

hugo53 opened this issue May 19, 2023 · 1 comment

Comments

@hugo53
Copy link

hugo53 commented May 19, 2023

Hello,

I'm using Xcode 14.3 with SyncKit via SPM for macOS app target but got the issue "Argument passed to call that takes no arguments" in the file MultiRealmResultsController.swift. Please check the attached images for more details. Could you please help to resolve this issue?

Best regards,

Screenshot 2023-05-19 at 16 12 03 Screenshot 2023-05-19 at 16 12 19
@aehlke
Copy link

aehlke commented May 27, 2023

I don't know but please try typing IndexPath.init( to read thru the list of autocompleted initializers available and choose the one that looks closest, that sometimes is a good start. Another idea is to open w an older xcode sdk that still works and right click to go to definition, remember where that is, and then check out what's going on w/ that location in the latest xcode. Hope this helps

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

No branches or pull requests

2 participants