brentnycum / BNHtmlPdfKit

Easily turn HTML data from an HTML string or URL into a PDF file on iOS
MIT License
270 stars 62 forks source link

Needed to import UIKit to resolve build errors #16

Open zkirill opened 9 years ago

zkirill commented 9 years ago

Using Cocoapods and using BNHtmlPdfKit in XCTest build target I was getting "Expected a type" build errors around UIWebView in BNHtmlPdfKit.h and needed to import UIKit to resolve them.

Not sure if this is something on my end but just a heads up.

AlexFWulff commented 9 years ago

I had this problem just importing the .h and .m files as well.