I have the following code in a swift UITableViewController, but i get a \"Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES exception at th
In My case I had copied and pasted the cell, but constraints were missing that resulted in this error.
if you are copying the cell into another xib file, ensure constraints are also copied or create them again