I am following along the examples on the chapter 11.
When I try to set up breakpoint in NSWindow with this command:
breakpoint set -o true -S "-[NSWindow mouseDown:]"
I get the following error from LLDB:
Breakpoint 3: no locations (pending).
WARNING: Unable to resolve breakpoint to any actual locations.
Info:
lldb-1103.0.22.4
Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29)
Xcode Version 11.4 (11E146)