target

target和project的区别

同一个project可以有多个target,可以使用duplicate出来多个target,比如可以分为lite版或者完整版。

从XCode左侧的列表中, 我们可以看到一个Target包含了Copy Bundle Resources, Compile Sources, Link Binary With Libraries. 其中

Copy Bundle Resources 是指生成的product的.app内将包含哪些资源文件

Compile Sources 是指将有哪些源代码被编译

Link Binary With Libraries 是指编译过程中会引用哪些库文件

http://bbs.9ria.com/thread-218786-1-1.html

你可能感兴趣的:(target)