hyperoslo/Lightbox

Latest iOS 13 build stuck on "Archiving task" Lightbox

rootux opened this issue · 5 comments

Does anyone were able to release an app that linked this library on iOS 13?

Getting same issue on iOS 13.0, Xcode 11. Any way to resolve it?

@rootux I resolved the problem. For me the problem was not in this library, but in SwiftSoup. I cant explain why Xcode stuck on LightBox, but removing SwiftSoup from project resolved and archive ok.

same for me, it hangs on opening images :(

Looks like this issue is related to default action of presenting view controller on Xcode 11, try setting
lightboxController.modalPresentationStyle = .fullScreen

@giorgio80 @yangmie check this issue description: #229 (comment) the issue you commented on is about archiving