tags:

views:

286

answers:

2

Dear Friends,

Please Resolved this type Error for generating to debugging i-phone application.

Thanks Anil

+1  A: 

Looks like you're trying to build a command line tool for the iPhone, which isn't supported. The error speaks the truth.

You can't build command line apps for the iPhone.

Jasarien
Hey friend thanks but why are you not using command line tool for i-phone application
Sunil
Because it is not possible. It is not allowed by Apple.
Jasarien
A: 

I can think of at least one legitimate scenario for this - building a command-line unit test project.

In my case I'm have a large amount of C++ in my project and am happy unit testing it natively on the Mac rather than on the target.

Marko