wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Fix an occasional crash caused by performSelector:withObject: #328

Closed crazytonyli closed 1 year ago

crazytonyli commented 1 year ago

Not sure why this method would cause a crash on objc_retain. Also this crash only happens on CI, not on my Mac.

Two out of five jobs on this repo's trunk branch failed because of this issue. Whereas in a WordPressKit PR, this crash happens constantly.