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

error: undefined local variable or method `project_path' for #<Fui::Project:0x00007f9731a5c8d0> #42

Open
awBSH opened this issue Jan 13, 2021 · 1 comment
Labels

Comments

@awBSH
Copy link

awBSH commented Jan 13, 2021

Hello,

I am running fui with
fui -v --path=src --ignore-path=src/Pods find
but end up with an error
error: undefined local variable or method `project_path' for #<Fui::Project:0x00007f9731a5c8d0>

What is the reason for such error and is there a workaround known?

Cheers, Andy

@dblock
Copy link
Owner

dblock commented Jan 13, 2021

Looks like a straightforward bug,

puts "Bridging Header Found: #{bridging_header} in #{project_path}." if verbose
that references project_path in verbose mode that doesn't exist. Write a spec and help fix?

@dblock dblock added the bug label Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants