mentrena / SyncKit

Automatic CloudKit synchronization
https://mentrena.github.io/SyncKit/
MIT License
505 stars 57 forks source link

Error in MultiRealmResultsController in Xcode 14.3 #188

Open hugo53 opened 1 year ago

hugo53 commented 1 year ago

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 commented 1 year ago

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