Open zkirill opened 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.
I had this problem just importing the .h and .m files as well.
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.