3

I am new in the programming world, and use XCode's IDE and compiler (GCC?) to program. But I have a questions, what is the differences between "empty project" and "external build system" in XCode?

It's sounds like a stupid question, but why not ask? :)

Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
Anomym
  • 391
  • 1
  • 4
  • 6

1 Answers1

1

The External Build System project template already contains a target for, you guessed it!, an external build system; the empty project is empty, i.e. has no targets at all. Not that big a difference, there is a template for an external target, so it's just a few clicks away.

w-m
  • 10,772
  • 1
  • 42
  • 49