How do you use Compile Sources in Xcode 4.0?

纵饮孤独 提交于 2020-01-03 17:08:40

问题


In Xcode 3.0, you can use Project Targets in Groups & Files panel to remove unwanted dependency files. Below is the instruction.

  1. Click the arrow next to Targets until you expand it in the Groups & Files panel.
  2. Click the arrow next to xauth.
  3. Click Compile Sources.
  4. Delete the following YAJL dependency files.

How do you do it in Xcode 4.0?


回答1:


It's very similar:

  1. Select the project in the project navigator.
  2. Select the Target in the detail view.
  3. Select the Build Phase tab.
  4. Expand the Compiled Sources section
  5. Remove the file you don't want to be compiled anymore


来源:https://stackoverflow.com/questions/5762916/how-do-you-use-compile-sources-in-xcode-4-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!