I have same kind of code as mentioned by @dbeltram with similar crash report
Have tableCell on that adding Custom button which have stackView.
So when ever we set or update button we need to remove existing stackview and create new one.
Before removing stackview from button i'm removing it's arrange view using removeFromSuperview() method only.
Not able reproduce this crash at our end. Anyone know what causes this or how to debug/ solve it?