App42 push notifications in iOS swift languaje

0 votes
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
asked Apr 29, 2015 in App42 Cloud API-BaaS by davidrelgr (60 points)

1 Answer

+2 votes
 
Best answer

All I needed to do to solve this is to go to Target / Build Phases / Link Binary with Libraries  and add CoreTelephony.framework and SystemConfiguration.framework

answered Apr 29, 2015 by davidrelgr (60 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...