travis-ci / travis-watcher-macosx

[DEPRECATED] A Travis CI client for Mac OS X.
MIT License
95 stars 9 forks source link

`pod install` fails with current version of cocoapods #22

Open thomasaw opened 9 years ago

thomasaw commented 9 years ago

When running pod install the following error occurs:

Installing ReactiveCocoa (1.5.0) [!] /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.

It appears the pods need to be updated to work with the current cocoapods (0.35.0) version.