Would love to know the answer to this.
Post
Replies
Boosts
Views
Activity
I guess this is still an issue. Mac change triggers notification on iPad, but not the other way around. Did anyone ever figure this out?
Just at least partially solved this. Hadn't been running our widget on the simulator because it deals with data from HealthKit so we had only been running on device to test with real data. When we ran in the simulator it revealed the source of our issue. We had added the ConfigurationIntent to our shared library for updating at appropriate times. That resulted in duplicate classes which seemed to be causing the issue.
Still happening for us on Xcode 12 Beta 4 on device.
I tried removing Dead Code Stripping but I'm still not able to access my widgets after installing through TestFlight with Beta 3. They work fine when running from Xcode.