MediaEditor-iOS
MediaEditor-iOS copied to clipboard
static var icon = UIImage(named: "filters", in: .mediaEditor, compatibleWith: nil)!
Expected behavior
After selecting image from gallery
Actual behavior
I am getting crash on particularly uploading build on TestFlight on this line in MediaEditorCapability file
static var icon = UIImage(named: "filters", in: .mediaEditor, compatibleWith: nil)!
Steps to reproduce the behavior
steps to reproduce
- select any image from gallery after that it gets crashed on media editor initialising code
Tested on [device], iOS [version], WPiOS [version]
tested on iOS 14 , iPhone 11

crash report