This is my first time trying to build with a plugin and I’m not sure what I’m doing. I keep getting the following error:
A device build error occurred on the server.
BuildID: 54483c158d4dd
Error: Get plugin failed.
Publisher: com.coronalabs
Plugin: facebook
This is my build.settings file
settings = { iphone = { plist = { UIApplicationExitsOnSuspend = false, UIPrerenderedIcon = true, UIStatusBarHidden = true, CFBundleIconFiles = { }, UIAppFonts = { "cheeseusaceu.ttf" }, } }, android = { usesPermissions = { "android.permission.INTERNET", }, }, plugins = { ["facebook"] = { publisherId = "com.coronalabs" }, }, }
I’m using Corona build 2014.2393.
Can anybody tell me what’s going wrong? Thanks!