Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hardcoded version of
cocoapods
(#2772)
## Description In #2765 I've updated `cocoapods` on CI in order to fix iOS build action. The problem with this approach was that I had to hardcode `cocoapods` version to `1.15.2`. This PR changes workflow to use `bundle install && bundle exec` instead. ## Test plan See that CI passes.
- Loading branch information