RealReachability
RealReachability copied to clipboard
Xcode16 Declaration Error
Declaration of 'sa_family_t' must be imported from module 'Darwin.POSIX.sys.types._sa_family_t' before it is required at @property (nonatomic, assign, readonly) sa_family_t hostAddressFamily;
same issue, need import
#import <sys/socket.h>
try:
pod 'RealReachability', :git => 'https://github.com/OHeroJ/RealReachability.git'
@dustturtle @nmendiratta89 Could you help