Hi,
Using pod@1.9.3, after I installed cocoapods-dependencies, I can't run pod dependencies :
$> pod --version
1.9.3
$> sudo gem install cocoapods-dependencies
Successfully installed cocoapods-dependencies-1.3.0
Parsing documentation for cocoapods-dependencies-1.3.0
Done installing documentation for cocoapods-dependencies after 0 seconds
1 gem installed
$> pod dependencies
[!] Unknown command: `dependencies`
Did you mean: deintegrate?
Usage:
$ pod COMMAND
CocoaPods, the Cocoa library package manager.
Commands:
+ cache Manipulate the CocoaPods cache
+ deintegrate Deintegrate CocoaPods from your project
+ env Display pod environment
+ init Generate a Podfile for the current directory
+ install Install project dependencies according to versions from a
Podfile.lock
+ ipc Inter-process communication
+ lib Develop pods
+ list List pods
+ outdated Show outdated project dependencies
+ plugins Show available CocoaPods plugins
+ repo Manage spec-repositories
+ search Search for pods
+ setup Setup the CocoaPods environment
+ spec Manage pod specs
+ trunk Interact with the CocoaPods API (e.g. publishing new specs)
+ try Try a Pod!
+ update Update outdated project dependencies and create new Podfile.lock
Options:
--silent Show nothing
--version Show the version of the tool
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command
Not sure what I did wrong .. on another Mac using pod@1.7.5 it's working fine (I can see the dependencies command in the help)
Note: Seems like #21 and #23 are duplicates of this issue, but didn't found any solution in it.
Hi,
Using
pod@1.9.3, after I installedcocoapods-dependencies, I can't runpod dependencies:Not sure what I did wrong .. on another Mac using
pod@1.7.5it's working fine (I can see thedependenciescommand in the help)Note: Seems like #21 and #23 are duplicates of this issue, but didn't found any solution in it.