rcancro / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

reMail does not build with SDK 4.3 #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?
1. Run 'sh pull_dependencies.sh'
2. Process will end with a failure
3. Attempt to build in Xcode will fail

Errors include missing SDK, missing ssl.h, and NSCalendarDate not existing (it 
has been deprecated).

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

hg clone from 2011/10/28

** Please provide any additional information below.

I was able to get it building with fairly minimal work.  Had to change the SDK 
path to copy from to 4.3 in pull_dependencies.sh.  Also, MailCore has moved to 
GitHub and fixed the NSCalendarDate problem.  Had to pull from its new 
repository (https://github.com/mronge/MailCore), and rename the directory from 
'MailCore' to 'mailcore' to correct for case changes.

Application built and installed on device.  It runs and fetches mail.  However, 
it is somewhat unstable.  I have never used it before, but I'm betting some of 
the instability is from the new MailCore and its included libetpan.

Original issue reported on code.google.com by mrme...@gmail.com on 29 Oct 2011 at 4:20