[UILabel copyWithZone:]: unrecognized selector sent to instance
I guess this was one of those weird bugs with Xcode that you can’t trace or reproduce every time. I narrowed the issue down to one specific UILabel in the IB. As soon as I connect it to an IBOutlet UILabel *, I get this error. On further investigation, it turns out that name title … Read more