问题
In Xcode 3.0, you can use Project Targets in Groups & Files panel to remove unwanted dependency files. Below is the instruction.
- Click the arrow next to Targets until you expand it in the Groups & Files panel.
- Click the arrow next to xauth.
- Click Compile Sources.
- Delete the following YAJL dependency files.
How do you do it in Xcode 4.0?
回答1:
It's very similar:
- Select the project in the project navigator.
- Select the Target in the detail view.
- Select the Build Phase tab.
- Expand the Compiled Sources section
- 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