Hi,
I'm currently dealing with a strange issue sinds the release builds of Xcode 14.
I'm currently using Xcode version 14.0.1 (14A400) and have an iOS-app with WidgetKit and Sirikit and a Watch-app with WidgetKit enabled. Everything is set up and was working as expected in the latest Xcode 14 Beta builds, but stopped working after the final release.
My app is set up to store an access token and some other identifiers in keychain. The widgets (or Siri Shortcuts) use the shared keychain to get the access token (and other data) to perform backend requests.
It only happens when I try to build on simulators. The app itself (iOS and WatchOS-app) do work, but getting data from keychain on the widgets or Sirikit returns in empty values, as if keychain sharing is not set up correctly. When building on device or in ad-hoc builds, the widgets and Siri shortcuts are working as expected.
Anyone else dealing with the same issue(s)? Or any tips/tricks to resolve the issue?
Thanks in advance!