You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing wonderful library. I have just installed on my phone and it was crash when you choose photos only option from examples.
in DKAsset:
self.thumbnailImage = UIImage(CGImage:originalAsset.thumbnail().takeRetainedValue())
with error message "fatal error: unexpectedly found nil while unwrapping an Optional value"
Not sure what is reason but when I tried to open camera it was asking me permission but when it was allowed it was crashed again. No debug statment generated that time.
Let me know if you need more information for this issues.
Thanks
Manoj
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for sharing wonderful library. I have just installed on my phone and it was crash when you choose photos only option from examples.
in DKAsset:
self.thumbnailImage = UIImage(CGImage:originalAsset.thumbnail().takeRetainedValue())
with error message "fatal error: unexpectedly found nil while unwrapping an Optional value"
Not sure what is reason but when I tried to open camera it was asking me permission but when it was allowed it was crashed again. No debug statment generated that time.
Let me know if you need more information for this issues.
Thanks
Manoj
The text was updated successfully, but these errors were encountered: