here is the simple sample code yielding constraint errors :
UIBarButtonItem *button2 = [[UIBarButtonItem alloc]
initWithImage:[UIImage systemImageNamed:@"heart"]
style:UIBarButtonItemStylePlain
target:self
action:@selector(heartTapped:)];
self.navigationItem.rightBarButtonItem = button2;
nothing crazy. FB20787440
Topic:
UI Frameworks
SubTopic:
UIKit