Question: I am using Xcode to write c++ code and the console on a mac to compile my program. I get the following error: uplicate symbol
I am using Xcode to write c++ code and the console on a mac to compile my program. I get the following error: uplicate symbol __Z14output_lettersRNSt3__114basic_ofstreamIcNS_11char_traitsIcEEEEPi in: /var/folders/8_/_0d4zk7j0h7c95hf9hxvpq2c0000gn/T/characterCount-39fbd7.o /var/folders/8_/_0d4zk7j0h7c95hf9hxvpq2c0000gn/T/characterMain-a3fe63.o duplicate symbol __Z13count_lettersRNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEEPi in: /var/folders/8_/_0d4zk7j0h7c95hf9hxvpq2c0000gn/T/characterCount-39fbd7.o /var/folders/8_/_0d4zk7j0h7c95hf9hxvpq2c0000gn/T/characterMain-a3fe63.o ld: 2 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation
How can I fix the error? Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
