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?