caiyue1993/IceCream

Cannot build Project because "ListBase" does not exist

elliotcz97 opened this issue · 2 comments

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!

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

realm/realm-swift#7288

This resolved my issue.
Use RLMSwiftCollectionBase instead of ListBase in new version.
Original Source: #256 (comment)