I have imported framework for sending email from application in background. i have imported framework i.e. SKPSMTPMessage. Can somebody suggest me why i am getting this error
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
I have imported framework correctly.
Sorce from which i have taken framework and followed is:
MFMailComposeViewController Question - Locking the Fields
Update:
Answer is you just drag and drop folder over the project and click copy. Thats it select project check box and target check box as well.







