Hi
max here, i was trying to add the facebook plugin into the build settings , it showed no error on the simulator but when i tried to build it shows this error message
Unexpected build error (check simulator console for message )
plugins =
{
– key is the name passed to Lua’s ‘require()’ This section is only required for builds > 2014.2165
[“facebook”] =
{
– required
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone = true, [“iphone-sim”] = true },
},
},
when i remove this code i can build without any issues
i am using the code from the facebook sample
so i tried to build the facebook sample code which also gave me the same error
i am using the daily build
CoronaSDK 2014.2419 it is the latest build available.
does any one else face the same issue. please help.
Thanks you
max.
I will add the error from the console as soon i get it cause the simulator crashes when trying to open in console mode.