wordpress-mobile / wordpress-mobile/MediaEditor-iOS
static var icon = UIImage(named: "filters", in: .mediaEditor, compatibleWith: nil)!
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 54
- Forks
- 6
- Avg merge
- 8h 43m
- Merged PRs (30d)
- 5
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in MediaEditorCapability at the UIImage(named: "filters", in: .mediaEditor, compatibleWith: nil)! line and reproduce the crash by selecting an image from the gallery on iOS 14. Inspect the mediaEditor resource packaging and verify the change by building the TestFlight configuration and repeating the media editor initialization without a crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100