首页 > 学院 > 开发设计 > 正文

12 duplicate symbols for architecture armv7

2019-11-09 18:21:33
字体:
来源:转载
供稿:网友

如题,xcode报错:

ld:12 duplicate symbols for architecture armv7

clang: error : linker command failed with exit code 1 (use -v to see invocation)

错误原因:有重复的头文件引用(#include "xx.h")

解决方法:去掉重复引用


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表