RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

SortDescriptor Getting error on Xcode-13 beta 2 #169

Closed aiaagentapp closed 2 years ago

aiaagentapp commented 3 years ago

I am facing below SortDescriptor issues .

Reference to generic type 'SortDescriptor' requires arguments in <...>

Type of expression is ambiguous without more context

JoeMatt commented 2 years ago

Working for me in the latest Xcode 13.

If another package defines a class SortDescriptor you'll have to use namespace RxRealm.SortDescriptor

Closing, update if issues persist.