I am trying to set the text component of a label in the method prepareForSegue but the application is crashing when the method is executed, i've looked at other discussions but none of them have helped me, I am programming in swift in the latest version of xCode and building to an iPhone. Prepare for segue method When I remove the line that sets the label's text to "Meal name", no crash occurs. This is the stack trace (I think it's the stack trace, xCode is a new thing to me): Stack trace (I assume, I am new to xCode) The breakpoint is on the line that sets the label's text. If anyone can help me that would be great, thank you.
