You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iOS 18, if we include ControlWidget then we need to check iOSApplicationExtension iOS 18. For now in Xcode 16 there's a bug that prevents existing widgets from appearing in iOS 17.
We can leverage WidgetBundleBuilder to conditionally render widgets for each iOS version
The WidgetBundle lets us expose multiple widgets from a single widget extension
It uses WidgetBundleBuilder to constructs a widget bundle’s body.
In iOS 18, if we include
ControlWidget
then we need to checkiOSApplicationExtension iOS 18
. For now in Xcode 16 there's a bug that prevents existing widgets from appearing in iOS 17.We can leverage
WidgetBundleBuilder
to conditionally render widgets for each iOS versionThe text was updated successfully, but these errors were encountered: