I have this code in my project:
id mappedData = [dataWithContentsOfMappedFile: path]
Obviously, if mappedData
is nil it didn't succeed. But how can I get details about why it didn't succeed? There's no dataWithContentsOfMappedFile:withError:
.