I have created a custom cell through nib and applied some constraints on it. Moving forward, I replaced that nib file with some old state of nib by replacing it in finder. Also all outlets and constraints are removed; Means, there is no any constraints and outlets now present. After running the code, exception and crash is coming.
code=exc_i386_invop subcode=0x0
Afterwards, i removed all the things in nib file; Now nib is entirely empty. I have double checked, no any outlet attached with that nib.
I am sure, something happen with copying and pasting the nib; Now i have to remove the nib file, and create new nib file then it will work again.
Please let me know if anyone also faced this type of problem?