André Silva

Results 45 comments of André Silva

I did a quick test using the sample app and it compiles for macCatalyst just fine (ofc we need to enable mac in XCoordinator Package.swift). The UI has some problems...

https://streamable.com/o7uwnn

I'll do everything again with the latest commits to find the correct steps

This are the steps that i did to make it work. 1 - Removed the reference of XCoordinator package from the sample project and i've added a reference for a...

@pauljohanneskraft News about this one?

I also see some crashes in iOS 16 due to same problem.

I can't reproduce the crash but i've tested the change and i can't find any side effect.

If anyone have other format to perform this filtering using predicate please let me know

Hi @pavel-ship-it they are complex to share here. I'll try to replicate the problem in a sample project with simple models

@pavel-ship-it please try with this models and query. ``` class Playlist: Object { @Persisted(primaryKey: true) var uuid: String @Persisted var name: String @Persisted var items: List @Persisted var hiddenGroups: MutableSet...