XCode MAC Compiling Error
I am using Xcode and I can't compile the program. This error appears:ld: 10 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation).
May be you have #imported a .m file by mistake somewhere in your page. Make sure this case should not be happened .
链接地址: http://www.djcxy.com/p/86350.html上一篇: 在gcc中执行C ++ 98标准
下一篇: XCode MAC编译错误