Xcode 4 Final - “armv6 armv7” issue while linking with armv6 libs

前端 未结 5 1296
一向
一向 2020-12-05 05:26

Until xcode 4 final (I was using 3.latest and 4 GM for the time it was available) this didn\'t happen. When I upgraded to xcode 4 final version, I started getting a linking

5条回答
  •  旧时难觅i
    2020-12-05 05:53

    In iOS SDK 4.3, it looks like the linker will simply refuse to use a armv6 library in an armv7 binary - this wasn't the case before.

    That's why I had to update the http://code.google.com/p/ios-static-libraries/ project to generate both armv6 and armv7 versions of the libraries.

提交回复
热议问题