OpenCV.Framework does not compile for the armv7s architecture

后端 未结 7 1875
北恋
北恋 2021-02-02 13:34

I am working on an iphone application using openCV framework. Everything was working fine. however lately with the release of iOS 6 and XCode 4.5 I was migrating my project to X

7条回答
  •  暖寄归人
    2021-02-02 14:23

    Pass -DCMAKE_OSX_ARCHITECTURES="armv6;armv7;armv7s;i386" to cmake when compiling OpenCV library/framework for iOS.

提交回复
热议问题