Hi,
I'm trying to use "Shephertz_App42_iOS_API.framework" in iOS 8.3 with the swift languaje. When I added to the project I get the following errors:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
objc-class-ref in Shephertz_App42_iOS_API
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[App42Reachability startNotifier] in Shephertz_App42_iOS_API
"_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
-[App42Reachability stopNotifier] in Shephertz_App42_iOS_API
"_SCNetworkReachabilitySetCallback", referenced from:
-[App42Reachability startNotifier] in Shephertz_App42_iOS_API
"_SCNetworkReachabilityGetFlags", referenced from:
-[App42Reachability currentReachabilityStatus] in Shephertz_App42_iOS_API
"_SCNetworkReachabilityCreateWithAddress", referenced from:
+[App42Reachability reachabilityWithAddress:] in Shephertz_App42_iOS_API
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Do you know if the version of the SDK of this page "
http://api.shephertz.com/cloudapidocs/download.php" is tested and working correctly in version 8.3?
Thanks so much.
David