When attempting to open a text view from a PDF page, I get the following:

 NSString * someText = [[documentManager wholeTextForPage:[page unsignedIntValue]]copy];

App crashed due to :- Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPlaceholderString initWithString:]: nil argument'

How can I fix this?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.