Runtime error : Module 'plugin_pasteboard' not found

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.

Is that your complete build.settings?

Just a note. When pasting code either type in

[lua] Paste your code here [/lua]

or click on the blue <> button in the edit bar with Bold, Italics, etc. and paste your code in the window that opens.

Rob

Yes that was a small portion of my build.setting.  I figured out that a curly brace was missing from the table. I fixed it and now its working properly. Thanks for your reply Rob!

Is that your complete build.settings?

Just a note. When pasting code either type in

[lua] Paste your code here [/lua]

or click on the blue <> button in the edit bar with Bold, Italics, etc. and paste your code in the window that opens.

Rob

Yes that was a small portion of my build.setting.  I figured out that a curly brace was missing from the table. I fixed it and now its working properly. Thanks for your reply Rob!