Im trying to connect with facebook and set build.setting like:
settings =
{
...
plugins =
{
["facebook"] = --"plugin.facebook.v4"
{
publisherId = "com.coronalabs"
},
},
...
iphone =
{
plist =
{
CFBundleURLTypes =
{
{ CFBundleURLSchemes = { "fbxxxxx68949xxxxx", } }
},
FacebookAppID = "xxxxx68949xxxxx",
...
}
}
}
__
But i'm getting this warning...
I have no idea what's causing this, I have checked my firewall for possible blockage but it's turned off. Even the sample inside /Applications/CoronaSDK-2873/SampleCode/Networking pops the same warning..
How do I make this work?
By the way my account is not enterprise yet, is that a factor?
I have no idea what just happen, I opened the project now (after 15hrs) and it's working now. I didn't do anything, the plugins has been downloaded as expected. My thoughts though is, that warning above was caused by slow internet connection. This confuses me a lot, I even tried restarting my pc, disconnect and reconnect both Lan and wifi but nothing works and NOW out of nowhere boom, working.
Edit:
The warning came back after I force quit corona simulator, i also encounter this errors during build(for device testing):
May 03 03:56:38.891 ERROR: Builder failed: sh: /Applications/Xcode: No such file or directory
May 03 03:56:38.898 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
May 03 03:56:38.935 iOS build failed (12)
May 03 03:56:39.183 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
Every time I have the plugins, but if i remove the plugins... it works perfectly fine.
