imageData=[NSData dataWithContentsOfURL:self.pdfFileUrl options:NSDataReadingMappedAlways error:&error];
NSLog(@"%@",[error localizedDescription]);
NSLog(@"%@",imageData);
在上面的代码中我收到错误“文件”bg.png“无法打开,因为你没有权限查看它。”
我无法将bg.png文件转换为NSData。
答案 0 :(得分:-1)
我遇到了同样的问题。我做的是去构建选项。然后我更改了"编译器的C / C ++ / Objective-C"到默认编译器。它的工作对我来说很好