0

Okay so, I get an undefined symbol error if I have 'arm64' in my valid architectures, and it goes away when I remove it. But, then when I try submitting the app to the app store without the 'arm64' I get the 'Missing 64 bit support' error. This is extremely annoying and I have no clue what to do!

Raunak Joneja
  • 540
  • 1
  • 3
  • 13
  • 1
    No. You shouldn't remove `arm64` from Valid Architectures. Instead, you should find out which library lacks `arm64` support. That library may require updates. – Raptor Apr 06 '16 at 07:36
  • It's an [Apple requirement](https://developer.apple.com/news/?id=04082015a) that started 1st June 2015. – trojanfoe Apr 06 '16 at 07:44
  • please refer bellow link it will help for you. http://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64 – Satyanarayana Apr 06 '16 at 07:58

0 Answers0