I train in the creation of programs for the iPhone using MFMailComposeViewController. However, an error occurs when compiling:
Undefined symbols for architec
You likely do not have the necessary imports:
MessageUI.framework
How you add them can be found here importing framework
You must add the MessageUI.framework framework to you project.
Here's how you do it: