UTF8 Plugin

Hellon
,
I am updating a previous version of an app from Corona to Solar2D, and could not get the UTF8 plugin to work.

I have the following in build settings :

settings =
{
    plugins =
    {
        ["plugin.utf8"] =
        {
            publisherId = "com.coronalabs"
        },
    },      
}

When I require the plugin I get the following error :
error loading module ‘plugin_utf8’ from file ‘/Users/LA/Library/Application Support/Corona/Simulator/Plugins/plugin_utf8.dylib’:
dlopen(/Users/LA/Library/Application Support/Corona/Simulator/Plugins/plugin_utf8.dylib, 2): no suitable image found

What version of Corona? If it is a newer version, I would just delete this folder and try again.

/Users/LA/Library/Application Support/Corona/Simulator/Plugins

On my machine that although not new, I recently reinstalled the OS that plugin is located here and works as expected:

/Users/adriangomez/Solar2DPlugins/Caches/Solar2Directory/coronalabs/com.coronalabs/plugin.utf8

Downloaded the latest version Solar2D 2022.3665.
However in the ‘About Corona Simulator’ it prompts Version 2100.9999 (2100.1.16)

Anyway thank you for your help. Deleting the folder fixed the issue.