test55dev / skpsmtpmessage

Automatically exported from code.google.com/p/skpsmtpmessage
0 stars 0 forks source link

Failure to run... compiles just fine #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the src provided via svn
2. run the code in the simulator
3.

What is the expected output? What do you see instead?
I expected it to attempt to send an email 

What version of the product are you using? On what operating system?
r 16

Please provide any additional information below.

2008-11-13 09:44:13.976 SMTPSender[1202:20b] C: Attempting to connect to server 
at: 
smtp.mac.com:25
2008-11-13 09:44:13.978 SMTPSender[1202:20b] *** +[NSStream 
getStreamsToHostNamed:port:inputStream:outputStream:]: unrecognized selector 
sent to class 
0xa004a5c0
2008-11-13 09:44:13.979 SMTPSender[1202:20b] *** Terminating app due to 
uncaught 
exception 'NSInvalidArgumentException', reason: '*** +[NSStream 
getStreamsToHostNamed:port:inputStream:outputStream:]: unrecognized selector 
sent to class 
0xa004a5c0'
2008-11-13 09:44:13.979 SMTPSender[1202:20b] Stack: (
    2418803019,
    2433416763,
    2418832394,
    2418825548,
    2418825746,
    17656,
    10655,
    816174362,
    816210018,
    2428929518,
    2418305861,
    2418306296,
    829005112,
    829005309,
    816175835,
    816221412,
    9636,
    9490
)

Original issue reported on code.google.com by support%...@gtempaccount.com on 13 Nov 2008 at 4:47

GoogleCodeExporter commented 9 years ago
Please look at new code and the "README.txt" file. You need to use the "-ObjC" 
linker flag when compiling your 
executable to include the category.

Original comment by ibaird@gmail.com on 17 Nov 2008 at 6:26