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

前端 未结 5 1297
一向
一向 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条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-05 06:12

    Although I still don't know why this started happening only in the xcode 4 final version, I found that my external libs (ssl and crypto) were compiled against both armv6 and armv7 in the google code project very few days ago:

    http://code.google.com/p/ios-static-libraries/

    This will fix the issue if you define two different library search path: one for armv6, one for armv7.

    Thanks,

提交回复
热议问题