QBImagePicker
QBImagePicker copied to clipboard
Crash with deleted photos in iTunes library
When syncing down deleted images from an iPhoto library, it crashes because the path doesn’t exist anymore.
this commit fixes #171
Hey,
thanks for the PR! You forgot a closing }
.
Closing
This pull request reduced crashes. Thank you @chrisga
However, this pull request cause a build error.
You forgot a closing }.
means, if statement in the code is not closed.
https://github.com/questbeat/QBImagePicker/pull/180/files#diff-c79974685eb2efb0f6afb0c39070f79dL411
It needs }
.
Could you fix it?