ReactiveObjC icon indicating copy to clipboard operation
ReactiveObjC copied to clipboard

s.prepare_command script is incompatible with find-utils

Open yurikoles opened this issue 8 years ago • 1 comments

https://github.com/CocoaPods/CocoaPods/issues/6822

Installed find-utils via brew and enabled it in PATH. pod install There is some files missing in project as a result.

yurikoles avatar Jun 21 '17 11:06 yurikoles

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.

benasher44 avatar Mar 09 '18 00:03 benasher44