Xcode 11.1 crashes when first editing UITextField attributed text in IB

If I put a Text Field into a table view cell, change the text property from fixed to attributed, and then click inside the text in the property inspector - xcode crashes without saving the text field in the table view cell. This can be repeated.


To work around this, I have to save the project immediately before clicking into the text field and crashing hte app. After reopening xcode, it works.


Is this a known bug? or am I doing something that isn't intuitive?

Replies

You're right, I could reproduce the problem here, with XCode 11.0, Mojave.

However, the attributed text is saved.


Tested with XCode 10.2, no crash.


I have sent the crash log to Apple, should do the same and create a bug report.

XCode 11.2.1 on Catalina still has the same issue.