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
EXC_BREAKPOINT: Exception 6, Code 1, Subcode 7158225392
File "NSAttributedString+ParagraphRange.swift", line 66, in NSAttributedString.paragraphRange
File "ParagraphAttributeFormatter.swift", line 9, in ParagraphAttributeFormatter.applicationRange
File "<compiler-generated>", in ParagraphAttributeFormatter.applicationRange
File "<compiler-generated>", line 8, in LiFormatter
File "ParagraphAttributeFormatter.swift", line 37, in ParagraphAttributeFormatter.removeAttributes
...
(32 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
The underlying issue happens because of a force-unwrapping a potential nil value in our wrapper for the Aztec Editor. This has been reported here: wordpress-mobile/AztecEditor-iOS#1378,
That said, in our end the AztecEditorViewController seems to be created only via the EditorFactory, which is only used when we instantiate ProductFormViewController.
Sentry Issue: WOOCOMMERCE-IOS-1FK9
The text was updated successfully, but these errors were encountered: