Way to restore Xcode to accept armv6 architecture?

后端 未结 2 1203
走了就别回头了
走了就别回头了 2020-12-28 17:51

I have a 3rd party .a library, which is apparently compiled for only armv6 compatibility, where both new Xcodes (3.2.6 and 4), both now require a separate armv7 slice to run

相关标签:
2条回答
  • 2020-12-28 18:27

    In Project Settings, select "Standard" for the architecture (not "Optimized"). This should allow you to select "armv6" for the Active Architecture. This means it should also work on older devices (barring any other deprecations) once it's on the app store.

    0 讨论(0)
  • 2020-12-28 18:34

    Nothing worked for me until I set "Build Active Architecture Only" to No.

    0 讨论(0)
提交回复
热议问题