Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-[NSConcreteMutableData encodeBase64ForData]: unrecognized selector sent to instance 0x3f9e440 #50

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hey,

I keep getting a crash as followed in the headline, when I try to send a 
message.

I use the skpsmtpmessage framework as a staic library in my project.
I verified I'm setting a valid config and that an outgoing SMTP server is 
defined properly on my iPhone.

The log until the crash looks like that :
2011-03-15 16:08:16.996 Faceworking[11357:307] Selected 1 index... Going to 
send mail...
2011-03-15 16:08:17.007 Faceworking[11357:307] C: Attempting to connect to 
server at: smtp.gmail.com:587
2011-03-15 16:08:17.401 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.407 Faceworking[11357:307] S: 220 mx.google.com ESMTP 
r10sm180408faa.47
2011-03-15 16:08:17.417 Faceworking[11357:307] C: EHLO localhost
2011-03-15 16:08:17.424 Faceworking[11357:307] *** starting short watchdog ***
2011-03-15 16:08:17.544 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.549 Faceworking[11357:307] S: 250-mx.google.com at your 
service, [212.231.83.63]
2011-03-15 16:08:17.553 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.557 Faceworking[11357:307] S: 250-SIZE 35651584
2011-03-15 16:08:17.562 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.566 Faceworking[11357:307] S: 250-8BITMIME
2011-03-15 16:08:17.574 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.584 Faceworking[11357:307] S: 250-STARTTLS
2011-03-15 16:08:17.588 Faceworking[11357:307] C: STARTTLS
2011-03-15 16:08:17.593 Faceworking[11357:307] *** starting short watchdog ***
2011-03-15 16:08:17.597 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.603 Faceworking[11357:307] S: 250-ENHANCEDSTATUSCODES
2011-03-15 16:08:17.607 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.612 Faceworking[11357:307] S: 250 PIPELINING
2011-03-15 16:08:17.702 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:17.715 Faceworking[11357:307] S: 220 2.0.0 Ready to start TLS
2011-03-15 16:08:17.719 Faceworking[11357:307] Beginning TLSv1...
2011-03-15 16:08:17.724 Faceworking[11357:307] C: EHLO localhost
2011-03-15 16:08:18.316 Faceworking[11357:307] *** starting short watchdog ***
2011-03-15 16:08:18.517 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.528 Faceworking[11357:307] S: 250-mx.google.com at your 
service, [212.231.83.63]
2011-03-15 16:08:18.532 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.537 Faceworking[11357:307] S: 250-SIZE 35651584
2011-03-15 16:08:18.541 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.546 Faceworking[11357:307] S: 250-8BITMIME
2011-03-15 16:08:18.551 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.555 Faceworking[11357:307] S: 250-AUTH LOGIN PLAIN XOAUTH
2011-03-15 16:08:18.559 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.564 Faceworking[11357:307] S: 250-ENHANCEDSTATUSCODES
2011-03-15 16:08:18.569 Faceworking[11357:307] *** stopping watchdog ***
2011-03-15 16:08:18.581 Faceworking[11357:307] S: 250 PIPELINING

Does anyone figured that out before ??

Thanks !

Guy.

Original issue reported on code.google.com by g...@face.com on 15 Mar 2011 at 4:04

@GoogleCodeExporter
Copy link
Author

Sounds like the linker bug mentioned in the README. Did you add the linker 
flags mentioned in the technote?

Original comment by steven.b...@gmail.com on 16 Mar 2011 at 7:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant