How do you use Compile Sources in Xcode 4.0?
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?
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
精彩评论