- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我使用的是 armv7s 的 OpenCV 编译版本,可以在这里找到:
我使用 grabcut 功能,它的工作原理与其他功能一样
但是当我使用 merge 或 split 方法时,我在编译过程中出错
Undefined symbols for architecture armv7s:
"cv::merge(std::vector > const&, cv::_OutputArray const&)", referenced from: -[GrabcutVC startGrabcut] in GrabcutVC.o "cv::split(cv::Mat const&, std::vector >&)", referenced from: -[GrabcutVC startGrabcut] in GrabcutVC.o ld: symbol(s) not found for architecture armv7s
我错过了什么吗?
这篇文章有点相关
OpenCV.Framework does not compile for the armv7s architecture
我想发表评论,但我的声誉太低
Hammer,希望你能看到这篇文章:)
谢谢
最佳答案
我遇到了同样的问题并通过将“C++ 标准库”更改为 libc++
来修复它:
CLANG_CXX_LIBRARY = libc++
之前我将其设置为编译器默认值。
关于ios - 用于 armv7s 的 OpenCV 不包括合并或拆分方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13220756/
我的应用程序有问题。我收到 7 个 Apple Mach-O 链接器错误。以下是错误: Undefined symbols for architecture armv7: "_OBJC_IVAR_
我是一名优秀的程序员,十分优秀!