ReactiveObjC
ReactiveObjC copied to clipboard
s.prepare_command script is incompatible with find-utils
https://github.com/CocoaPods/CocoaPods/issues/6822
Installed
find-utilsviabrewand enabled it in PATH.pod installThere is some files missing in project as a result.
We ran into this issue and then realized we didn't have any use for find-utils. brew uninstall find-utils and then running hash find (to reset find back to /usr/bin/find) fixed ti for us.