Post

Replies

Boosts

Views

Activity

Reply to iOS app not interactive(Xcode 15 beta 5)
I seem to have the same issue and am investigating. Without any changes to my view, if I run the app that used to work on beta 4, the app becomes unresponsive. I've tracked it down to a couple of queries that look like this: @Query(filter: #Predicate<MyModel> { $0.myProperty == "value" }) If I remove the filter, the view works and am no longer unresponsive.
Jul ’23