xcode - problem sending mail from backend file not found iphone -


i'm trying use skpsmtpmessage send emails backend. in readme.txt says:

to use in app include following files in project:

skpsmtpmessage.* nsstream+skpsmtpextensions.*

that should mean have include .h .m files in project. now, after i've done error nsdata+base64additions.h not found, imported missing classes 'skpsmtpmessage' project tons of errors like:

undefined symbols architecture armv6:   "_kcfstreamssllevel", referenced from:       -[skpsmtpmessage parsebuffer] in skpsmtpmessage.o 

i same errors if remove import lines. cleaned project doesn't @ all.

has used library before? have experienced errors before? need guide.

thanks in advance!

have @ header files project you've downloaded. you'll see this:

#import <cfnetwork/cfnetwork.h> 

this means class uses cfnetwork framework. need add project in xcode , make sure target links against framework.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -