Hey guys… I’m want to use pasteboard plugin for one of my project. I’ve followed all the steps from Corona Docs and using this official guide: "https://coronalabs.com/blog/2013/12/17/tutorial-introducing-the-pasteboard-plugin-ios/"
But when I tried to run the app, it shows an error : Module ‘plugin_pasteboard’ not found
In the Doc there is a line that says: “When plugin added, the build server will integrate the plugin during the build phase.” I’ve also tried that by building app for my android device. Nothing works.
Is there anything that I’m missing. I am new to corona family… Please help me!
My build.settings looks like:
plugins =
{
[“plugin.pasteboard”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone = true, android = true },
},
},
The screenshot of the error is attached below.