Hi all,
has anybody found the trick how to get SwiftData working with SpotLight Search?
Setting the attribute "spotlight" in the Model definition seems to do nothing at all, as pointed out by Paul Hudson in his new book as well
(https://www.hackingwithswift.com/quick-start/swiftdata/how-to-index-swiftdata-objects-in-spotlight)
Thanks a lot!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi all,
has anybody tried out the new Journaling Suggestions API yet in Xcode 15.1 beta (15C5042i) / iOS 17.2 beta?
As documented in https://developer.apple.com/documentation/JournalingSuggestions, the new App Capability / entitlement com.apple.developer.journal.allow is avail to select in Xcode 15.1 beta2, but in the code editor, there is not SuggestionsPicker SwiftUI view imported / available.
Do you know how to get this to work and build the demo app from the documentation?
Thanks!!