Search code examples
iphoneobjective-cios5xcode4.2urbanairship.com

What can be the values for Heder_Search_Paths and Library_Search_Paths for UrbanAirship?


I have implemented the UrbanAirship in my App(with libUAirship-1.1.1.a).

I have specified the values of

   Header_Search_Paths=../Airship/**  (as reqursive)

and have not specified any value of

  Library_Search_Paths

But i am getting an error like-

  ld: library not found for -lUAirship-1.1.1
  Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1

what can be the solution ? i am waiting for the answer.

Thanks..


Solution

  • There is no need for Library Search Path but you can try with -all_load or -ObjC. else you can try this link. And make sure you have added all the frameworks.