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
And as soon as I had entered this issue, I rebuilt and ended up crashing at the fatalError, again. So I removed it and all proceeded. I don't know if the init chain is still okay, but UIView surely owns the KGFloatingDrawerViewController from UIWindow instance in the @UIApplicationMain. Agree?
Hi.
This is a simple one to fix for this version of Xcode.
fatal error: init(coder:) has not been implemented: file ./Pods/KGFloatingDrawer/Pod/Classes/KGDrawerViewController.swift, line 29
This goes away if I simply add a call to super.init prior to the fatalError:
The text was updated successfully, but these errors were encountered: