Hi afsacp, thanks for sharing this. I'm running Xcode v13 and am having problem having it use my setpoints. I can set one and then when Pd launches, the setpoints turn gray and display the following error:
I've even added my extern to be automatically loaded on Pd startup.
If I try to run it on the command line with lldb /path/to/pd
and I try to set a breakpoint
(lldb) breakpoint set -file pdhi.c --line 20
i get this:
Breakpoint 1: no locations (pending).
WARNING: Unable to resolve breakpoint to any actual locations.
I confirmed that the extern is loaded because I can see it print to the PD log window on extern load and also on new or bang if I make a patch.
Have you had success with v13?
If you have a chance, here's my very simple project: https://github.com/rcadena/pdhi
And I'm using pd-lib-builder as a submodule for using a Makefile to build this stuff.
Thanks in advance.