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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
A UIAlertViewController is being presented by ToolboxCategoryViewController#workspaceViewController, but this causes an Xcode warning:
Presenting view controllers on detached view controllers is discouraged <BKYWorkspaceViewController: 0x7fd914412920>.
Couple of things need to be fixed here:
Call addChildViewController(workspaceViewController) on ToolboxCategoryViewController
WorkbenchViewController needs to be refactored so it can manage presenting this popover. It currently has special state checks which automatically dismiss popovers unless it's aware of them. (Note: this isn't current behavior, but once Re-added support for CocoaPods/Carthage after changing repos. Updated… #1 is fixed, the workbench will cause automatic dismissing of the alert view.)
The text was updated successfully, but these errors were encountered:
A UIAlertViewController is being presented by ToolboxCategoryViewController#workspaceViewController, but this causes an Xcode warning:
Couple of things need to be fixed here:
The text was updated successfully, but these errors were encountered: