Closed kampfgnu closed 11 years ago
hello mathias,
your reachability class assigns NetworkStatus enums to BOOLs. e.g. on line 194 in Reachability.m: BOOL retVal = NotReachable; where there should be: NetworkStatus retVal = NotReachable;
cheers
removed because of deprecation.
hello mathias,
your reachability class assigns NetworkStatus enums to BOOLs. e.g. on line 194 in Reachability.m: BOOL retVal = NotReachable; where there should be: NetworkStatus retVal = NotReachable;
cheers