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
When I'm trying to edit images which is a screenshot, I'm getting a fatal error on PictureInput.swift's Line#60.
I just tried to comment fatalError("Failed loading image texture") statement but then It is crashing on PictureOutput.swift's Line#133 due to Force unwrapping outputImage.
Could you please help me to get rid of this crash?
The text was updated successfully, but these errors were encountered:
When I'm trying to edit images which is a screenshot, I'm getting a fatal error on
PictureInput.swift
's Line#60.I just tried to comment
fatalError("Failed loading image texture")
statement but then It is crashing onPictureOutput.swift
's Line#133 due to Force unwrappingoutputImage
.Could you please help me to get rid of this crash?
The text was updated successfully, but these errors were encountered: