Closed Idomo closed 4 years ago
I’ll take a look at Xcode 11 soonish, so I’ll leave this ticket open as a placeholder.
@wtmoose Great, you may also look for analyzer warnings/errors (Shift + Cmd + B)
@Idomo, @wtmoose Is this issue related to SwiftMessages
? It seems to concern the SideMenu library, instead.
@giofid LOL, yeah
After updating to xCode 11 & Swift 5, I'm getting those warnings:
Coercion of implicitly unwrappable value of type 'SideMenuTransition?' to 'Any' does not unwrap optional
I'm really not sure why is that, 'cause the value is from type of
SideMenuTransition!
and notSideMenuTransition?
as the warning says.Looks like casting all of those targets to
Any
silenced the warnings, but I guess there is a better solution.