xcode 5 ld:架构armv7 clang的11个重复符号:错误:链接器命令失败,退出代码为1(使用-v查看调用)

Con*_*rum 2 xcode linker-errors ios

在尝试构建我的项目时,我不断得到这个错误,说ld: 11 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 我最近尝试将GPUImage实现到我的项目中,这与它有什么关系吗?我也读过类似的问题,但没有人有我的解决方案.

Gab*_*lla 8

疯狂的猜测,你有没有导入.m文件而不是.h任何地方?