I've looked around for a while now but can't seem to find an answer. I load my pdf into a UIWebview using;
[myWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:path ofType:@"pdf"]]]];
In the console i get the following errors;
FT_Select_Charmap failed: error 6
FT_Select_Charmap failed: error 38
Now this doesn't cause the app to crash as far as i can tell, but i would like to know the cause.
Thanks