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: undefined method `split' for nil:NilClass (NoMethodError) #395

Closed
wants to merge 1 commit into from

Conversation

MaddogC
Copy link

@MaddogC MaddogC commented May 24, 2018

Issue:
/Library/Ruby/Gems/2.3.0/gems/slather-2.4.5/lib/slather/project.rb:537:in matches_arch': undefined method split' for nil:NilClass (NoMethodError)

Apparently issue still exists and I was thinking let's submit the fix for it.

Fix: casting/converting lipo_output to string before using 2nd split did the trick for me

….rb:537:in `matches_arch': undefined method `split' for nil:NilClass (NoMethodError)
@MaddogC MaddogC closed this May 25, 2018
@coveralls
Copy link

coveralls commented May 25, 2018

Coverage Status

Coverage remained the same at 95.732% when pulling 78f9734 on MaddogC:master into 69b7411 on SlatherOrg:master.

@MaddogC MaddogC reopened this May 25, 2018
@ksuther
Copy link
Contributor

ksuther commented Jul 16, 2018

Should be fixed by #398

@ksuther ksuther closed this Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants