0

We are trying to integrate Xtify SDK in our iPhone and iPad apps for receiving PUSH notifications and when we use tried, we are getting linker errors. I believe the Xtify SDK is not compiled with the arm64 architecture and that is the reason we are getting this error. Can anyone confirm this?

Thanks!

Kumaran
  • 31
  • 3

1 Answers1

0

Later iOS Xtify library versions are compiled with the standard architectures (armv7 and arm64 - but not armv7s, which is no longer standard as of Xcode 6 - see Xcode 6 Standard architectures exclude armv7s). You will need to use version 2.74 or higher to compile on Xcode 6.x.

Community
  • 1
  • 1
user3486184
  • 2,147
  • 3
  • 26
  • 28