caiyue1993 / IceCream

Sync Realm Database with CloudKit
MIT License
1.93k stars 243 forks source link

Cannot build Project because "ListBase" does not exist #241

Closed elliotcz97 closed 3 years ago

elliotcz97 commented 3 years ago

When i want to build my project i get the error Cannot find type 'ListBase' in scope

I'am using the newest version of every pod!

RealmSwift (10.8.1), RxSwift (6.2.0), IceCream (2.0.2)

Is this a bug on my side, or is it a change within Realm?

Looking forward to help from you guys!

elliotcz97 commented 3 years ago

I have found an issue on the realm-cocoa github, hope it might help:

https://github.com/realm/realm-cocoa/issues/7288

faizy-ahmed commented 7 months ago

This resolved my issue. Use RLMSwiftCollectionBase instead of ListBase in new version. Original Source: https://github.com/caiyue1993/IceCream/pull/256#issuecomment-1034336992