Plug-in failed to be loaded in Illustrator 2022
Hi
I'm trying to prepare my plug-in to support Illustrator 2022.
For that, I use the SDK CC 2022
When I'm using the plug-in EmptyPanel provided in the examples, this plug-in is correctly loaded in Illustrator.
But when I'm adding Qt 6.2 with only QtCore and make a simple qDebug() << "Hello World", it fails to load it. It displays a message into Illustrator that there is an error when loading the plug-in.
In the console, it complains that it cannot find QtCore, but I have correctly copy it into Frameworks folder of the plug-in. I even copy it into the MacOS folder. I have also checked the install name.
It is also correct @rpath/QtCore.framework/Versions/A/QtCore
I have also added in the Info.pList the following entry to authorize loading external libraries
What am I missing ? Is there any additional requirements about loading external libraries ?
