【发布时间】:2016-08-27 02:25:23
【问题描述】:
我正在尝试连接 facebook 并设置 build.setting 喜欢:
settings =
{
...
plugins =
{
["facebook"] = --"plugin.facebook.v4"
{
publisherId = "com.coronalabs"
},
},
...
iphone =
{
plist =
{
CFBundleURLTypes =
{
{ CFBundleURLSchemes = { "fbxxxxx68949xxxxx", } }
},
FacebookAppID = "xxxxx68949xxxxx",
...
}
}
}
__
但是我收到了这个警告...
我不知道是什么原因造成的,我检查了我的防火墙是否可能被阻塞,但它已关闭。甚至/Applications/CoronaSDK-2873/SampleCode/Networking 中的示例也会弹出相同的警告..
我该如何进行这项工作?
顺便说一句,我的帐户还不是企业帐户,这是一个因素吗?
我不知道刚刚发生了什么,我现在(15 小时后)打开了这个项目,它现在正在运行。我什么都没做,插件已按预期下载。不过我的想法是,上面的警告是由于互联网连接速度慢引起的。这让我很困惑,我什至尝试重新启动我的电脑,断开并重新连接 LAN 和 wifi,但没有任何效果,现在不知从何而来,工作正常。
编辑:
在我force quit corona 模拟器后警告又回来了,我在构建过程中也遇到了这个错误(用于设备测试):
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.
每次我都有插件,但如果我删除插件......它工作得很好。
【问题讨论】:
标签: coronasdk