Undefined symbols for architecture arm64:
"_CTRadioAccessTechnologyEdge", referenced from:
_ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o)
"_CTRadioAccessTechnologyGPRS", referenced from:
_ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o)
"_CTRadioAccessTechnologyLTE", referenced from:
_ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o)
"_OBJCCLASS$_CTTelephonyNetworkInfo", referenced from:
objc-class-ref in ZFPlayer(ZFReachabilityManager.o)
ld: symbol(s) not found for architecture arm64
只引用ZFPlayer/AVPlayer的时候会报这个错
Undefined symbols for architecture arm64: "_CTRadioAccessTechnologyEdge", referenced from: _ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o) "_CTRadioAccessTechnologyGPRS", referenced from: _ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o) "_CTRadioAccessTechnologyLTE", referenced from: _ZFReachabilityStatusForFlags in ZFPlayer(ZFReachabilityManager.o) "_OBJCCLASS$_CTTelephonyNetworkInfo", referenced from: objc-class-ref in ZFPlayer(ZFReachabilityManager.o) ld: symbol(s) not found for architecture arm64