erisu commented on PR #1399: URL: https://github.com/apache/cordova-docs/pull/1399#issuecomment-2656552555
Do we know if CocoaPods manages the Homebrew package, or is it handled by a third party? The current guide follows the steps provided on the official CocoaPods website. In fact, CocoaPods does not recommend using the default macOS system Ruby. Instead, it suggests using a Ruby version manager to install a newer version. For example, the `rvm` package, which can be installed via Homebrew. In my case, I have a newer version of Ruby installed on macOS: ```bash % ruby -v ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin23] ``` Here is their official installation guide, which recommends using a Ruby version manager: [https://guides.cocoapods.org/using/getting-started.html#installation](https://guides.cocoapods.org/using/getting-started.html#installation) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org