Closed bdennis317 closed 11 years ago
Which sample app is that?
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?
What project are you talking about? This is an issue for DTFoundation which does no reference DTCoreText.
I got the same error when I downloaded the zip of DTCoreText, opened the xcode project, and attempted to build teh DemoApp target
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
@adammlevy didn't know about the --recursive. I'll update the updated serup guide: https://docs.cocoanetics.com/DTCoreText/docs/Setup%20Guide.html
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