cocoapods-wholemodule icon indicating copy to clipboard operation
cocoapods-wholemodule copied to clipboard

Shell thinks cocoapods-wholemodule isn't installed

Open jakehawken opened this issue 7 years ago • 4 comments

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.

jakehawken avatar May 09 '17 16:05 jakehawken

It looks like it's no longer listed in the public directory of cocoapods plugins.

jakehawken avatar May 09 '17 17:05 jakehawken

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.

historadical avatar Jun 08 '18 14:06 historadical

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.

PaoloTorregroza avatar Nov 09 '22 15:11 PaoloTorregroza

I was using cocoa pods from home-brew, uninstalling and using the version installed with sudo gem install cocoapods fixed the issue

PaoloTorregroza avatar Nov 09 '22 17:11 PaoloTorregroza