My app has a widgetKit extension, and works perfectly on iOS 14. When I run the app on an iOS 13 device I get this error:
dyld: Library not loaded: /System/Library/Frameworks/WidgetKit.framework/WidgetKit
Referenced from: /private/var/containers/Bundle/Application
I think it means I’m calling widgetKit but it doesn’t know what it is. How can I avoid this error or fix it?
dyld: Library not loaded: /System/Library/Frameworks/WidgetKit.framework/WidgetKit
Referenced from: /private/var/containers/Bundle/Application
I think it means I’m calling widgetKit but it doesn’t know what it is. How can I avoid this error or fix it?