I have a UITableViewController subclass which has a @published property. This class override the `func tableView(_:didSelectRowAt🙂` method and set a value of the @published property in this method.
This scenario makes the Swift compiler to crash with `Segmentation fault: 11`
I attached a reproducible project
The text was updated successfully, but these errors were encountered:
Attachment: Download
Environment
Xcode 11 beta 3. macOS Mojave 10.14.5
Additional Detail from JIRA
md5: aedca83130394f4c28429c8e3be6061e
Issue Description:
I have a UITableViewController subclass which has a @published property. This class override the `func tableView(_:didSelectRowAt🙂 ` method and set a value of the @published property in this method.
This scenario makes the Swift compiler to crash with `Segmentation fault: 11`
I attached a reproducible project
The text was updated successfully, but these errors were encountered: