QBImagePicker icon indicating copy to clipboard operation
QBImagePicker copied to clipboard

Crash with deleted photos in iTunes library

Open chrisga opened this issue 8 years ago • 3 comments

When syncing down deleted images from an iPhoto library, it crashes because the path doesn’t exist anymore.

this commit fixes #171

chrisga avatar Oct 01 '16 01:10 chrisga

Hey, thanks for the PR! You forgot a closing }.

sroddy avatar Dec 06 '16 14:12 sroddy

Closing

chrisga avatar Apr 22 '17 01:04 chrisga

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?

shoby avatar Apr 24 '17 02:04 shoby