Rename of Plugin causes auval crash

My plugin fails validation in Logic Pro X (auval), after renaming it in the Projucer ie. Changing the project name manufacturer code and plugin code, as well as the binary name in the exporter settings.

Noting that the plugin works using the original Producer settings - the crash only occurs after a rename.

I am running XCode 9.41 on High Sierra.

Has anyone else experienced this issue?

Cheers

You might need to reboot after building with changes like that, so that your system uses the new component information instead of the old.

In these cases, it is some times (most times?) easier to just make a new JUCE project with the correct naming attributes and drag your existing files in to it. There is a lot of code touched in name changes.

2 Likes

Thanks @crandall1

This is what I did and it worked.

1 Like