MailCore / MC2CocoaPodsSample

A sample of project using MailCore2 set up with CocoaPods
Other
6 stars 4 forks source link

libsasl2 cocoapods dependency is broken #2

Open larsschwegmann opened 9 years ago

larsschwegmann commented 9 years ago

Hi! I've read that cocoapods support is broken for now and I wanted to investigate. So I've tried to install the Pods for this sample project with the --verbose flag and everything seems to work fine until it reaches this dependency:

Installing libsasl2 (2.1.25)
 > Http download
   $ /usr/bin/curl -L -o
   /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2/file.tgz
   "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.25.tar.gz"
   --create-dirs
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
100 5087k  100 5087k    0     0   469k      0  0:00:10  0:00:10 --:--:--  512k
   $ /usr/bin/tar xfz
   /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2/file.tgz
   -C /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2
 > Running prepare command
   $ /bin/bash 
   set -e
   echo "This Pod relies on the removed \`pre_install\` or \`post_install\`
   hooks and therefore will no longer continue to work. Please try updating to
   the latest version of this Pod or updating the Pod specification. See
   http://blog.cocoapods.org/CocoaPods-Trunk/ for more details." && exit 1
   This Pod relies on the removed `pre_install` or `post_install` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.

the podspec for libsasl2, a dependency of libetpan, is out of date and doesn't seem to be maintained anymore. Any suggestions or alternatives for libsasl2? Here's the link to the libsasl2 podspec btw. -> https://github.com/CocoaPods/Specs/blob/b947340d648f51d66a6df1cbd1b5f7d8cf5a6de0/Specs/libsasl2/2.1.25/libsasl2.podspec.json

dinhvh commented 9 years ago

I think it could be fixed. We had a similar fix for ctemplate. The tricky part will probably be icu4c.

EvgenyKarkan commented 9 years ago

I am watching =)