Xcode 12 beta 3 WidgetKit Unable to Load Intent

I have a Widget which can be configured with a location through and Intent.

After updating to Xcode 12 beta 3, when I long tap the widget to pick a location, the widget rotates and only shows "Unable to load"

Anybody else getting this?

Replies

Ah ha! I was having the same issue. My intent file's target membership was set to only the WidgetKit extension. When I added the parent app to the target memberships, it started working.
Beta 4 seems to have fixed this issue.
https://developer.apple.com/forums/thread/655245?answerId=625359022#625359022

Ah ha! I was having the same issue. My intent file's target membership was set to only the WidgetKit extension. When I added the parent app to the target memberships, it started working.



This trick works for me.
Device: iPhoneXs (iOS 14.0.1)
XCode: Version 12.0.1 (12A7300)