Latest iOS 13 build stuck on "Archiving task" Lightbox
rootux opened this issue · 5 comments
rootux commented
Does anyone were able to release an app that linked this library on iOS 13?
sergstav commented
Getting same issue on iOS 13.0, Xcode 11. Any way to resolve it?
sergstav commented
@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.
giorgio80 commented
same for me, it hangs on opening images :(
yangmie commented
Looks like this issue is related to default action of presenting view controller on Xcode 11, try setting
lightboxController.modalPresentationStyle = .fullScreen
smaljaar commented
@giorgio80 @yangmie check this issue description: #229 (comment) the issue you commented on is about archiving