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
public typealias NetworkReachable = (Reachability.Reachability) -> ()
public typealias NetworkUnreachable = (Reachability.Reachability) -> ()
'Reachability' is not a member type of class 'Reachability.Reachability'
best regards!
The text was updated successfully, but these errors were encountered:
Btw, I was having the same issue because I created my own SPM's Package.swift for 4.3.1. Turns out, to fix the issue all I had to do is change the module name to something other than Reachability
Hi, everyone,
when using xcframeworks, errors show:
public typealias NetworkReachable = (Reachability.Reachability) -> ()
public typealias NetworkUnreachable = (Reachability.Reachability) -> ()
'Reachability' is not a member type of class 'Reachability.Reachability'
best regards!
The text was updated successfully, but these errors were encountered: