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
Xcode 13 (beta 3) throws an error when calling UIApplication.shared.openURL(url). This seems to break using CTFeedbackSwift with SPM.
From the docs: @Property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
The text was updated successfully, but these errors were encountered:
Xcode 13 (beta 3) throws an error when calling UIApplication.shared.openURL(url). This seems to break using CTFeedbackSwift with SPM.
From the docs:
@Property(class, nonatomic, readonly) UIApplication *sharedApplication NS_EXTENSION_UNAVAILABLE_IOS("Use view controller based solutions where appropriate instead.");
The text was updated successfully, but these errors were encountered: