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

Added troubleshooting step for a compile error #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/using/troubleshooting.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ order: 4
* CocoaPods is not compatible with MacRuby.
* If you get the error "ERROR: While executing gem ... (Errno::EPERM); Operation not permitted - /usr/bin/fuzzy_match" then try:
$ sudo gem install -n /usr/local/bin cocoapods
* If the gem does not complie and the error `'ruby/config.h' file not found` shows up in the mkmf.log file, the follow the fix in [this Stack Overflow post](https://stackoverflow.com/a/65481787/4765732) to link to point ruby to the correct header file.

### Using the CocoaPods Project

Expand Down