Error loading plugins mac OS
Hi
I have been attempting to make a cross platform plugin for Illustrator using the latest Illustrator SDK, which also makes use of the XMPToolkit. I've managed to get builds working and running on Windows, including distributing it to other machines.
On macOS however I'm having a bit of a peculiarity where I have managed to get my builds building but they only work if I run Illustrator by setting the Executable inside the Scheme settings to Illustrator and running it from XCode. In this scenario the plugin loads and works correctly. As soon as I run Illustrator stand alone I get the "Error loading plugins" message. I have tried this with both debug and release builds to no avail. I have also tried some of the sample projects which appear to work. I'm linking the XMPFiles and XMPCore libraries to it so I wonder if it's due to my lack of understanding of frameworks in macOS.
If anyone has any ideas I would greatly appreciate it. Many thanks in advance.