Ahmed
Ahmed

Reputation: 38

Integrate DTCoreText with xcode project

I wanted to convert from html to NSAttributedString, and i found away solving this using DTCoreText here https://github.com/Cocoanetics/DTCoreText

i followed the instruction but still getting errors, any help for how to integrate it with an existing xcode project

my xcode version is 4.3.2

and the project is uploaded here: http://www.mediafire.com/?0o281nv3d04s5sx

and thanks in advance

Upvotes: 1

Views: 3344

Answers (1)

Niko
Niko

Reputation: 2543

Found your problem. The framework ImageIO.framework is missing from your target. Just add it (by selecting your target, 'build phases' -> 'link binary with libraries' -> '+' button).

Upvotes: 1

Related Questions