Install from gem instead of brew, via gem install cocoapods per related #6778 What did you do? Tried to run cocoapods on Mac 10.15, from a Brew based installation type pod What did you expect to happen? Brew based cocoapods installer should link to available "Current" Ruby version, inst...
isn't really a pod, as it's not a library your code will depend on at runtime; so the installation via CocoaPods is just a trick that installs the SwiftGen binaries in the Pods/ folder, but you won't see any swift files in the Pods/SwiftGen group in your Xcode's Pods.xcodeproj...