Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
802 stars 237 forks source link

DTUtils.h File Not found #22

Closed bdennis317 closed 11 years ago

bdennis317 commented 11 years ago

I can't build the sample app because xCode is complaining that "DTUtils.h File Not found" in the files DTCoreText.h.

How can I solve this?

Thanks! Ben

odrobnik commented 11 years ago

Which sample app is that?

bdennis317 commented 11 years ago

Thanks for the reply. This happens when I just zip the master branch and try to run it in Xcode. Am I doing something wrong?

odrobnik commented 11 years ago

What project are you talking about? This is an issue for DTFoundation which does no reference DTCoreText.

apanagar commented 11 years ago

I got the same error when I downloaded the zip of DTCoreText, opened the xcode project, and attempted to build teh DemoApp target

adammlevy commented 11 years ago

Downloading the zip doesn't pull in the externals (not sure what they're called in GIT) so it's best you get the project with the following command:

git clone --recursive https://github.com/Cocoanetics/DTCoreText.git

odrobnik commented 11 years ago

@adammlevy didn't know about the --recursive. I'll update the updated serup guide: https://docs.cocoanetics.com/DTCoreText/docs/Setup%20Guide.html