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
fix: run pod repo update after installing CocoaPods (#513)
* fix: run `pod repo update` after installing CocoaPods (#487)
Added `pod repo update` command call after CocoaPods installation to
avoid issues with pod command being unable to find specification for
dependency.
Added loader to CocoaPods installation step for consistency with other
steps of init and better DX, removed logger info after 30s timeout
because of redundancy with loader.
Changed loader method before prompt for CocoaPods installation from
`stop` to `info` for better prompt visibility.
* always show installing pods step
* add notice back
* minor loader refactor
* fix false positive for pod command being available
* use pod --version for smaller output
0 commit comments