You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: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
The text was updated successfully, but these errors were encountered: