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
with the iOS 18, we can no longer do openAppSettings(), it gives this error: BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(:) needs to migrate to the non-deprecated UIApplication.open(:options:completionHandler:). Force returning false (NO). (running it on emulator using XCode 16)
The text was updated successfully, but these errors were encountered:
with the iOS 18, we can no longer do
openAppSettings()
, it gives this error: BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(:) needs to migrate to the non-deprecated UIApplication.open(:options:completionHandler:). Force returning false (NO). (running it on emulator using XCode 16)The text was updated successfully, but these errors were encountered: