Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in 0x06i-Testing-Code-Quality-and-Build-Settings.md #1969

Merged
merged 1 commit into from Nov 12, 2021
Merged

Fix typo in 0x06i-Testing-Code-Quality-and-Build-Settings.md #1969

merged 1 commit into from Nov 12, 2021

Commits on Nov 12, 2021

  1. Update 0x06i-Testing-Code-Quality-and-Build-Settings.md

    `sudo gem install CocoaPods` doesn't work, and anyone doing this will end up with 
    ```
    gem install CocoaPods
    ERROR:  Could not find a valid gem 'CocoaPods' (>= 0) in any repository
    ```
    
    The correct gem should be `cocoapods` found here: https://rubygems.org/gems/cocoapods
    chrihala committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cb2e012 View commit details
    Browse the repository at this point in the history