Skip to content

libsasl2 cocoapods dependency is broken #2

@larsschwegmann

Description

@larsschwegmann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions