-
Notifications
You must be signed in to change notification settings - Fork 804
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
AttributeError: FBPrintViewHierarchyCommand instance has no attribute 'lex' #261
Comments
what version of chisel do you have?
brew info chisel
…On Mon, Apr 8, 2019 at 10:16 AM Abhishek Banthia ***@***.***> wrote:
First up, thanks for making this awesome tool!
I installed Chisel via brew today morning and I'm running into the
following error anytime I use any Chisel commands. Any guesses what I might
be doing wrong?
[image: Screen Shot 2019-04-08 at 8 14 12 AM]
<https://user-images.githubusercontent.com/8280282/55735630-92116e00-59d6-11e9-8bcd-2144ddd37b9b.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#261>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgbLXdHdwNujGeg-q_2vJAIOnVD2CpRks5ve11SgaJpZM4cicbR>
.
|
I'm seeing this as well, running lldb directly from the command line (version 8.0.1) and Chisel version 1.8.1 -- I also tested on lldb version 6.something and saw the same issue. To be clear: I wasn't using Xcode. Just launching |
@ChrisRicca You may need import
|
Final solution
From #262 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First up, thanks for making this awesome tool!
I installed Chisel via
brew
today morning and I'm running into the following error anytime I use any Chisel commands. Any guesses what I might be doing wrong?The text was updated successfully, but these errors were encountered: