Post

Replies

Boosts

Views

Activity

Reply to AppIntents + CSSearchableItemAttributeSet: only displayName indexed?
That is, items indexed with indexSearchableItems(_:completionHandler:) fail to match textContent == "something", regardless of whether contentType is unset, or set to .text, .plainText or .utf8PlainText. But ** == "something" does match. This is running on iOS 26.
Replies
Boosts
Views
Activity
Oct ’25
Reply to AppIntents + CSSearchableItemAttributeSet: only displayName indexed?
I'm seeing something similar: calling CSSearchQuery() with ** == "something" returns results but textContent == "something" does not.
Replies
Boosts
Views
Activity
Oct ’25
Reply to Core Spotlight Semantic Search - still non-functional for 1+ year after WWDC24?
I see the exact same thing.
Replies
Boosts
Views
Activity
Oct ’25
Reply to Tricky behavior of attribute names in CSSearchQuery, can't find documentation
To search across all attributes with CSSearchQuery, specify the attribute name as **, e.g. ** == "something".
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to Xcode 16.4 iOS 18.5 simulator crashes for Apps requiring webkit
Ditto: worked fine here with iOS 18.4 simulator built by Xcode 16.3.
Replies
Boosts
Views
Activity
Jun ’25
Reply to Code signing fails today, worked yesterday
Apparently solved: it appears that our provisioning profile expired yesterday, and was re-generated without all the necessary app groups. Editing our app id to include the needed app group seems to have fixed the problem, as the next time Xcode Cloud succeeded without the "exit-code: 70" error.
Replies
Boosts
Views
Activity
Nov ’23