I work on an iOS app supporting iOS 15 and above, with a widget supporting iOS 16 and above.
The widget currently does not load on iOS 17 beta, for users it's just an empty box, both during snapshot preview while choosing the widget size, and after placing it on the home screen.
When building it from Xcode, I get the following error:
-[INIntent _initWithIdentifier:backingStore:schema:error:] Missing backing store for Intent: {xxx-xxx-xxx some ID} (N/A - N/A)
The app uses a custom Intent to allow some settings on the widget. The widget and app share data through an App Group to avoid duplication of network requests.
I could not find any information on this error on SO, nor on Apple beta release notes. Is anybody experiencing this as well?