I'm running into the same issue. Did you find the cause?
Post
Replies
Boosts
Views
Activity
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.
This seems to also happen in iOS 17 beta 5, but only for sentenceEmbedding, not wordEmbedding.