We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i want to build my project i get the error Cannot find type 'ListBase' in scope
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!
The text was updated successfully, but these errors were encountered:
I have found an issue on the realm-cocoa github, hope it might help:
realm/realm-swift#7288
Sorry, something went wrong.
This resolved my issue. Use RLMSwiftCollectionBase instead of ListBase in new version. Original Source: #256 (comment)
RLMSwiftCollectionBase
ListBase
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: