WidgetKit not Show after Archive

Hi.... i was building my new widget with widgetkit... on debug it works perfect, but after archive the widget don´t appear on widget gallery

im in beta 6
Error find on console....
  • [EXSwiftUI_Subsystem beginUsing:withBundle:] unexpectedly called multiple times.

Replies

finally the widget appear after uninstall... restart... install and restart the iphone... its maybe some issue with the beta?.... or some isssue with the debug mode.. 🤷🏼‍♂️
I am also face same problem
Did you see those widget issues in Xcode 12ß6 release notes :

Swift
Known Issues
Widgets may crash when built for release. (65862827, 67001496)
Workaround: Set DEADCODESTRIPPING to NO in the extension targetʼs build settings. When you upload the application to App Store Connect, also unset “Include bitcode for iOS content” in the App Store Connect distribution options.
Widgets may crash when bitcode is enabled or Strip Style is set to All Symbols. (66402358)
Workaround: Turn off ENABLEBITCODE and do not set STRIPSTYLE to All Symbols in the Widget targetʼs build settings.

If that can help…
Turn off ENABLE BITCODE it's not possible to me. because my app have apple watch extension so i need to have it enable