I'm trying to build the example located in `/Library/NDI SDK for Apple/examples/xcode/NDIlib_Recv_Audio_MacPlay`.
I added the header path to the build settings, I can now successfully compile but I get:
`Please re-install the NewTek NDI Runtimes to use this application.`
It comes as no surprise that reinstalling does not fix this.
I suspect it looks for the `libndi.dylib` and is not able to find it.
`export DYLD_LIBRARY_PATH="/Library/NDI SDK for Apple/lib/macOS:$DYLD_LIBRARY_PATH"`
Does not help either (note I did this in terminal before running the application, in case that matters).
I hope someone can help.