Post

Replies

Boosts

Views

Activity

App crashing when setting text on UILabel [Xcode 11.5]
Experiencing a weird crash with Xcode 11.5, app uses Viper, when setting a UILabel's text with presenter.text app crashes (on a random view from another framework) however it does not crash when setting the title to a variable, then providing the variable to the UILabel.text This crashes: $0.text = presenter.title This Doesn't: let title = presenter.title $0.text = title My first thought is to immediately assume it's Xcode/Swift due to this never happening before and happening now, it also only happens on certain devices and on release environments. Crash: EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000f477ecf70 CellFromAnotherFramework.swift - Line 110 outlined bridged method (mbgnn) of @objc UILabel.text.setter + 110
4
0
1.6k
Jul ’20