You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Does removing --apple_generate_dsym help? You can try enabling some lldb logging to try to gain some idea of what is going on: log enable lldb types -f ~/Desktop/lldb-types.log (in lldb).
Thanks for submitting this issue but this tool is being deprecated. Please checkout rules_xcodeproj for a more complete and maintained Xcode integration.
In my project breakpoints can stop my code execution, but I can't see any variable value, everything says:
error: cannot find '<variable>' in scope
I have tried on
AppDelegate
,<Any>ViewController:viewDidLoad
etc.This happen's on both Simulator and real devices in M1 and Intel Macbook's.
My
.bazelrc
file:Bazel Version: 4.2.1-homebrew
Tulsi Version: Commit ~63bab0db
Possible related issue: #15
The text was updated successfully, but these errors were encountered: