开发者

What is default settings to reffer to file location in xcode project?

开发者 https://www.devze.com 2023-01-07 08:54 出处:网络
What is default settings to reffer to file location in xcode project ? i have doubts between them 开发者_开发知识库

What is default settings to reffer to file location in xcode project ?

i have doubts between them

开发者_开发知识库
  1. relative to build project
  2. relative to project
  3. relative to enclosing group
  4. relative to source path
  5. Absolute path


This doesn't seem to be well documented. As I read "How Files are Referenced" in the "Xcode Project Management Guide":

  1. If the file is in the project's folder, you get a reference relative to an enclosing group.
  2. If the file is created by one of the targets, you get a reference relative to the build product.
  3. Otherwise, I think, you get an absolute path.


By default - Eclosing-Group*.

*Beginning Xcode (James Bucanek) Chapter 5, p.76

0

精彩评论

暂无评论...
验证码 换一张
取 消