dreamwieber / AttributedMarkdown

Native Markdown Parsing to NSAttributedString on iOS
Other
412 stars 71 forks source link

Mach-O linker error on build #29

Closed paulbauer1 closed 9 years ago

paulbauer1 commented 9 years ago

I am receiving the following error when building. This is using the latest and greatest xcode dev environment. Any thoughts?

screen shot 2014-11-30 at 10 22 35 pm

Thank you for the attributer markdown library. Also, does it support italics?

Paul

UPDATE - Figured it out. The lib had not been linked in. I guess I thought cocoapods would do that, but apparently not. Cheers