【发布时间】:2012-07-10 16:43:17
【问题描述】:
我做错了什么?
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SKPSMTPMessage", referenced from:
objc-class-ref in MailSend.o
"_kSKPSMTPPartContentTransferEncodingKey", referenced from:
-[MailSend sendEmail] in MailSend.o
"_kSKPSMTPPartContentTypeKey", referenced from:
-[MailSend sendEmail] in MailSend.o
"_kSKPSMTPPartMessageKey", referenced from:
-[MailSend sendEmail] in MailSend.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我正在使用来自http://skpsmtpmessage.googlecode.com/svn/trunk/SMTPSender/ 的 SKPSMTPMessage
【问题讨论】:
标签: objective-c sendmail