Hi, when using Xcode 15, RxNimble has an error 'Predicate' is ambiguous for type lookup in this context since Foundation has a conflict type Predicate with Nimble.
This is the related issue link in Nimble. I think maybe you want to consider the workaround described in it.
Hi, when using Xcode 15, RxNimble has an error 'Predicate' is ambiguous for type lookup in this context since Foundation has a conflict type
Predicatewith Nimble.This is the related issue link in Nimble. I think maybe you want to consider the workaround described in it.