Linking to FTUtils Library in xCode 4.2
azamsharp opened this issue · 0 comments
Hi,
I am having trouble linking to the FTUtils library in one of my projects. I followed the setup guide on the FTUtils website and there are number of steps which I am not achieving.
Locate the “FTUtils.xcodeproj” file under “ftutils”. Drag FTUtils.xcodeproj and drop it onto the root of your Xcode project’s “Groups and Files” sidebar. A dialog will appear – make sure “Copy items” is unchecked and “Reference Type” is “Relative to Project” before clicking “Add”.
When I perform the above step I do not get any sort of message or anything. The FTUtils project simply gets added under my main project.
Now you need to link the FTUtils static library to your project. Click the “FTUtils.xcodeproj” item that has just been added to the >>sidebar. Under the “Details” table, you will see a single item: libFTUtils.a. Check the checkbox on the far right of libFTUtils.a.
I can see the libFTUtils.a but there is no checkbox on the sidebar. What checkbox is being indicated in the setup above?