OpenCV.Framework does not compile for the armv7s architecture

后端 未结 7 1833
北恋
北恋 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:27

    Probably its possible to build it with CMake. I had one year ago a problem with a medical library I wanted to build for iOS. I could handle that with CMake.

    Perhaps this link can be a starter.

    http://computer-vision-talks.com/2010/12/building-opencv-for-ios/

    Good luck!

提交回复
热议问题