orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 93 forks source link

Running `pod install` via shell script hangs on blank screen #226

Open clintmod opened 2 years ago

clintmod commented 2 years ago

Whenever I try to run pod install after setting up cocoapods-keys the script hangs on a blank screen until someone cancels the script and then manually runs pod install from the terminal.

clintmod commented 1 year ago

I think I figured out why this happens. This cocoapods-keys plugin runs before pod install and compiles a c++ lib using ruby-inline that's used to unlock the keychain which prompts the user for their password.

This should probably be in the README.

ashfurrow commented 1 year ago

Good sleuthing! Could you send a PR?