报错提示:

...

ld: 6 duplicate symbols for architecture x86_64

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

 

自己错的原因:

在 .m文件中引入了其他 .m 文件,改成引入 .h 文件即可

 

相关文章:

  • 2022-12-23
  • 2021-03-28
  • 2021-07-05
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2021-04-21
  • 2021-08-24
  • 2021-05-11
  • 2021-10-28
相关资源
相似解决方案