cocoapods-wholemodule
cocoapods-wholemodule copied to clipboard
Shell thinks cocoapods-wholemodule isn't installed
I install this using the gem and then run pod install
with this line in my podfile:
plugin 'cocoapods-wholemodule', :wholemodule => [a list of my schemes]
And get the following error message:
[!] Your Podfile requires that the plugin
cocoapods-wholemodule
be installed. Please install it and try installation again.
It looks like it's no longer listed in the public directory of cocoapods plugins.
Looks like it's just from the new version of Cocoapods. I just had to remove the line where it's being declared as an plugin and delete the lockfile and it worked.
Same issue here with cocoa pods 1.11.3, [!] Your Podfile requires that the plugin `cocoapods-wholemodule` be installed. Please install it and try installation again.
I was using cocoa pods from home-brew, uninstalling and using the version installed with sudo gem install cocoapods fixed the issue