When building in Release configuration, my app fails to compile with the error Cannot find WidgetCenter in scope for armv7.
Wrapping my usage of WidgetCenter in #if arch(arm64) will get it to build, but it looks like the WidgetKit.framework is supposed to support armv7. Is this a bug, or am i misinterpreting the WidgetKit.tbd file?
Wrapping my usage of WidgetCenter in #if arch(arm64) will get it to build, but it looks like the WidgetKit.framework is supposed to support armv7. Is this a bug, or am i misinterpreting the WidgetKit.tbd file?