I have imported framework for sending email from application in background i.e. SKPSMTPMessage
Framework. Can somebody suggest why below error is shown
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SKPSMTPMessage", referenced from:
objc-class-ref in ConfirmController.o
"_kSKPSMTPPartContentTransferEncodingKey", referenced from:
-[ConfirmController sendEmail] in ConfirmController.o
"_kSKPSMTPPartMessageKey", referenced from:
-[ConfirmController sendEmail] in ConfirmController.o
"_kSKPSMTPPartContentTypeKey", referenced from:
-[ConfirmController sendEmail] in ConfirmController.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Source from which framework is taken:-
Locking the Fields in MFMailComposeViewController
Update:
Answer:Just drag and drop folder over the project and click copy. Thats it select project check box and target check box as well.