1

I've tried MailCore - have a problem with "library not linked" "reason - image not found"/ adding new copy file build phaze doesn't solve it; tried to use pantomime but have over 1000 errors with #include <Pantomime/Somefile.h> (i changed all this #include <Pantomime/Somefile.h> for #import "Somefile.h") its becouse a i used not a framework but an open-source library; and i tried to add EDMessage framework - but i think it's for cocoa but not for cocoa touch becouse i had an error with NSCalendarDate. i can't use MessageUI becouse i need a full client to receive and send messages.

And
  • 11
  • 2

1 Answers1

2

Pantomime is too big and not well documented. You can try:

  • MailCore (it works, check how are you including it)
  • libetpan, plain c, low level, it's the underlying library in MailCore (last time I checked)
  • letters, Cocoa, IIRC requires blocks
djromero
  • 19,551
  • 4
  • 71
  • 68
  • ok,if you can,please send we ready x-code iphone project with included MailCore (window-based application),because my mailcore-project compiling but no running...askona1@gmail.com tar or zip – And Nov 19 '10 at 12:32
  • I tried to include MailCore by dragging MailCore.framework, it appeared every place it should and i`ve added new copy file phase but it`s not working – And Nov 19 '10 at 15:59
  • iPhone can't use normal frameworks, you need a static library or just use the source directly – djromero Nov 19 '10 at 18:45
  • what static library can i use? when i used a source pantomime i had a lot of errors i really dont know what to do, i f*cked my brain for a 3 days on my job i`m panic! – And Nov 19 '10 at 19:07
  • MailCore includes a static library target called "MailCore iPhone". – djromero Nov 19 '10 at 19:24
  • i found mailcore iphone but what can i do with it? http://i061.radikal.ru/1011/8f/dc4349103b9b.jpg - it`s screenshot from my files pane. in build folder i did`n find anything useful... how can i get this static library and use it?please mooore information.. – And Nov 22 '10 at 12:11
  • if you can write me in skype - askona75 – And Nov 22 '10 at 12:49