Skip to content

Setting Up FTUtils (telling Xcode where to fine the FTUtils headers)

serpentinefire edited this page Sep 13, 2010 · 1 revision

I found that step 5 in the Setting Up FTUtils documentation did not work for me. Instead of adding the ftutils header path in Project Settings, I had to add it to the Active Target, as follows:

Select ’ Edit active target “MyProject” ’ from the Project menu.
Choose the Build tab.
Choose “All Configurations” from the Configuration popup button.
Choose “Search Paths” from the Collection popup button.
Double click on the entry marked ‘Header Search Paths’
Add the relative path from your project’s directory to the ‘ftutils/Headers’ directory.

Clone this wiki locally