I’m having an issue while trying to load a couple plugins on an M1 mac.
Both load fine on windows machines but when trying to load on mac I get the following error:
Also I just tried to create a plugin test plugin from UDT and it loaded fine.
One thing I noticed is that the manifest version is 4, an the plugin I’m loading is v5.
Is it the case that manifest v5 works on windows and not on M1 yet?
For me, the problem turned out to be that I was loading a plugin from a removable volume; in my case, it was a case-sensitive sparse bundle that I keep all my code in. I have since tested from a DMG file and USB drive, those will also cause the load to fail.
After I moved the plugin’s code to the root volume (i.e. my Document’s folder), it solved the issue.