issues installing the push sample file on iphone 5s and 6

0 votes

i am trying to set up my dev envoirment.

followed the tutorials and downloaded the github project

i then changed the 

 #define APP42_APP_KEY       @"APP_Key"
   #define APP42_SECRET_KEY    @"Secret_Key"

but when i try to run it on iphone 5s or 6 simulator i get the following errors:

ld: warning: directory not found for option '-F/Users/shephertztechnologies/Desktop/Rajeev/APP42_SDK/App42_iOS_API/Products'

ld: warning: directory not found for option '-F/Users/shephertztechnologies/Desktop/Rajeev/App42Samples/App42-iOS-Push-Sample'

ld: warning: ignoring file /Users/roiwerner/Downloads/App42-iOS-Push-Sample-master 3/Shephertz_App42_iOS_API.framework/Shephertz_App42_iOS_API, missing required architecture x86_64 in file /Users/roiwerner/Downloads/App42-iOS-Push-Sample-master 3/Shephertz_App42_iOS_API.framework/Shephertz_App42_iOS_API (3 slices)

Undefined symbols for architecture x86_64:

  "_OBJC_CLASS_$_App42API", referenced from:

      objc-class-ref in AppDelegate.o

      objc-class-ref in ViewController.o

  "_OBJC_EHTYPE_$_App42Exception", referenced from:

      GCC_except_table1 in ViewController.o

      GCC_except_table3 in ViewController.o

      GCC_except_table4 in ViewController.o

      GCC_except_table5 in ViewController.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

what do i do wrong, or what do i need to do to set it right?

thank you.

asked Oct 10, 2014 in App42 Cloud API-BaaS by Roi Werner (16 points)
Hello Roi,

The iOS Framework of App42 in which you are working is compatible with lower version. We are in the process of updating the Framework and it will be available in next 24 hours.
Thanks for having patience.
Himanshu Sharma

1 Answer

+1 vote
 
Best answer

Hi Roi,

We have updated the sample with our latest SDK and the sample is now running fine with iOS 8. Please download the sample again from our github repo.

Let us know if the problem continues.

Thanks.

answered Oct 12, 2014 by rajeev.etc (1,660 points)
selected Oct 13, 2014 by Roi Werner
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
...