Reachability.swift
Reachability.swift copied to clipboard
'Reachability' is not a member type of class 'Reachability.Reachability'
trafficstars
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!
@camelliacafe , did you manage to fix the issue?
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