当我调用这个方法时,它给出了一个异常,无法识别的选择器发送。NSString*)aFilename
// Creates a mutable data object for updating with binary data, like a byte array
// Points the pdf converter to the mutable data obje
崩溃涉及NSMutableData类。这是错误:*由于“NSInvalidArgumentException”异常终止应用程序,原因:'+NSMutableData dataFromHexString::未识别的选择器发送到类0x1a085fdb0‘
- In the code of the apps
aFilename
NSMutableData*pdfData = [NSMutableData data];
// Points the pdf converter to the mutable data object and to the以下是由于未捕获的异常“”NSInvalidArgumentException“”导致终止应用程序的