↧
Answer by Carl Norum for Build throwing error "Command ... llvm-gcc-4.2...
You have a duplicate symbol error - your program can't have two functions called main(). Remove one of them, and you should be able to move forward.
View ArticleBuild throwing error "Command ... llvm-gcc-4.2 failed with exit code 1"
Here's the log from the build. This is a brand new project in Xcode 4, so the only non-regular things in it are as follows:A .c fileA .a libraryA bunch of header filesI've been playing with the build...
View Article