It’s clearly the vibrator plugin and not the texttospeech plugin.
I removed the vibrator plugin from the app ->NO SUCCESS
I removed the vibrator plugin from build settings ->SUCCESS
I have tried both this:
plugins = { ["plugin.vibrator"] = { publisherId = "com.spiralcodestudio", supportedPlatforms = { iphone=false, android=true } }, },
And this:
plugins = { ["plugin.vibrator"] = { publisherId = "com.spiralcodestudio", supportedPlatforms = { iphone=true, android=true } }, },
Both fails. I have to remove the line completely for the app to build.