Communication Error in Xcode 4

I know this is a long shot, but I had problems with the linker error, which I don't specifically understand. Please refer to the picture below.

enter image description here

The project contains 4 goals. This error points specifically to one target, which is the BSD / Shell helper tool written in c.

I apologize for the vagueness, because I do not quite understand what the problem is. Any suggestions? Thank.

+3
source share
2 answers

This usually means that the source file that defines main()was not added to the corresponding target.

, , main(), (, i386), target/executable (, x86_64 fat/universal).

, , - xcodebuild + target , .

, .

+2

#include ?

0

All Articles