“空项目”之间的差异和“外部构建系统”在 XCode 中
我是编程世界的新手,使用XCode的IDE和编译器(GCC?)来编程。但我有一个问题,XCode中的“空项目”和“外部构建系统”有什么区别?
这听起来像是一个愚蠢的问题,但为什么不问呢? :)
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? :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.