Following instruction has been followed to add MMMarkDownLibrary in IOS Project. And run the build in iPhone-6(IOS-8.4.1). "HTMLStringWithMarkdown" returning the Nil string.
Instruction to add MMMarkdown in IOS app -
Add MMMarkdown as a git submodule. (git submodule add https://github.com/mdiep/MMMarkdown)
Add MMMarkdown.xcodeproj to your project or workspace
Add MMMarkdown.framework to the ”Link Binary with Libraries" section of your project's “Build Phases”.
Add MMMarkdown.framework to a ”Copy Files” build phase that copies it to the Frameworks destination.
Following instruction has been followed to add MMMarkDownLibrary in IOS Project. And run the build in iPhone-6(IOS-8.4.1). "HTMLStringWithMarkdown" returning the Nil string.
[MMMarkdown HTMLStringWithMarkdown:markDownString extensions:MMMarkdownExtensionsAutolinkedURLs error:NULL];
Instruction to add MMMarkdown in IOS app - Add MMMarkdown as a git submodule. (git submodule add https://github.com/mdiep/MMMarkdown)
Add MMMarkdown.xcodeproj to your project or workspace
Add MMMarkdown.framework to the ”Link Binary with Libraries" section of your project's “Build Phases”.
Add MMMarkdown.framework to a ”Copy Files” build phase that copies it to the Frameworks destination.