yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.01k stars 818 forks source link

postGenCommand breaks password input #1342

Open msnazarow opened 1 year ago

msnazarow commented 1 year ago

When i add pod install --repo-update in postGenCommand, and it asks for username it just hangs. However if i run same command from terminal, or from other script it asks for password and do the updating work