1

Recently I created an app in which ASI-HTTP-Request and Urban Airship was used, it was successfully submitted to the Apple App Store, now our client wants to migrate to xtify, but as I follow the steps to integrate Xtify in our app, I face duplicate symbol problem, where duplicate symbols are present in ASI-HTTP-Request and Xtify's xASIHTTPRequest, which is I think is included in Xtify framework.Here is the error screen shot. Please help me to resolve this issue.

enter image description here

Sharon Nathaniel
  • 1,467
  • 20
  • 28

1 Answers1

3

Xtify has an alternate build package which moves the libraries Xtify uses out of the compiled framework and into an ExternalLib folder. Check the SDK Notes on this page about the libraries Xtify is using and the link to the special SDK package for iOS: http://developer.xtify.com/display/sdk/Download+the+Xtify+SDKs

Michael Bordash
  • 1,072
  • 1
  • 10
  • 20