You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 runspod install
from the terminal.The text was updated successfully, but these errors were encountered: