Got this problem "linker command failed with exit code 1 (use -v to see invocation)" when trying to build, and i found here many solutions, mostly about changing bitcode in build setting section, but i cant see that option, any other solution? thank you
Asked
Active
Viewed 334 times
0

klapinski
- 151
- 1
- 8
-
We need to see more of the build log to help you. – bodangly May 09 '16 at 15:21
-
It looks like you have defined a `main` function in both files - "M1.cpp" and "C1.cpp". You can only have one main function in your program. – Florian Zwoch May 09 '16 at 18:42
-
thank youu! i'm still learning, eghh... – klapinski May 10 '16 at 03:44