Anyone else having issues with Carrot and newer Corona builds?

Everything appeared to be working fine with Carrot during development. 

I had a brilliant idea of updating Corona SDK build (2014.2187) just before submission, and it turns out that Facebook services have now become a plugin for Corona.  Anyways, I address that problem, but Carrot is still not working.

So now my build setting includes:

plugins = {

[“plugin.carrot”]= { publisherId = “com.gocarrot”", },

[“facebook”] = {publisherId = “com.coronalabs”, supportedPlatforms = { iphone = true}},

}

Nothing else in my code for Carrot has changed, and there really isn’t a whole lot of code to work with Carrot, so I’m struggling to figure out why it stopped working…

I still have       “carrot.init (facebookID, carrotSecret)”       called from main.lua,

and I’m still using carrot.postAchievement (…), and carrot.postHighScore (…), exactly the way it was before.

Thank you for reading!

Yeah can someone explain this I kinda have similar problem

Yeah can someone explain this I kinda have similar problem