I am trying out Journal in my project.
I have conditionally imported the framework.
#if canImport(JournalingSuggestions)
import JournalingSuggestions
#endif
I have added it in my target's App Capability.
The very first time I presented the sheet, I was able to grant permissions and saw some photo suggestions. On every launch since, the Journal suggestions are empty and I'm not sure how to get any content as selectable.
I have the same issue while using .journalingSuggestionsPicker
or
SuggestionsPicker
.
I am seeing Double dismiss of MOSuggestionSheet
... not sure if that could be related?