How to compile OpenCV for iOS7 (arm64)

前端 未结 8 1396
轻奢々
轻奢々 2020-12-03 16:40

Compiling Xcode Project fails with following errors: \'missing required architecture arm64 in file /Users/*/Git/ocr/opencv2.framework/opencv2\'

It works well, if i c

8条回答
  •  清歌不尽
    2020-12-03 17:09

    I was having a similar error, but the issue wasn't related with the arm64 coompilation.fixed adding the framework libc++.dylib

提交回复
热议问题