I followed some tutorial (https://www.youtube.com/watch?v=YwmE82RgTNM&t=318s&ab_channel=DrBruisin) on how to use Xcode to debug a AU plugin loaded in Logic Pro. The plugin seems to load / execute fine, but I got no breakpoints / assertions / DBG messages. This gives me the impression that there may be something wrong with the symbols or debugging connection.
The setup was very quick and easy:
- Create a “Basic Plugin” project in Projucer, I didn’t really change any code so far
- Export a Xcode project with Debug Settings
- Use the “Edit Scheme” to assign “Logic Pro.app” as the debug Target
- Build and execute
If I run on “My Mac”, Logic starts, and I can load my plugin and it’s shown
If I try to run on “My Mac (Rosetta)”, Logic starts as well (after a confirmation about Rosetta), but Logic is unable to find my plugin. It’s not show in the list, and if I load a Project with the plugin assigned, I get the Can’t find plugin error.
Anyone has that issues?
Anyone knows how I could get at least the DBG messages show somewhere?
My System Information:
- Mac Book Pro 2021 / Apple M1 Pro / macOS 15.5 (24F74)
- Logic Pro 11.1.2
- Xcode 16.3
- JUCE Version 8.0.7