电话间隙+ Facebook 插件:适用于 iO 的 Ready Xcodeproj 包
经过多次尝试,我无法获得 Phonegap + phonegap-plugin-facebook-connect< /a> 按照 Facebook 插件 git-hub 页面中的教程在 xCode 中构建。
我尝试过至少 6 种变体,但从未成功。我得到的最新错误是,在随机搞乱项目文件后,一堆与 JSON.h 相关的错误现在似乎已经解决了:
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
并且
error: unable to open executable '/Users/franz/Library/Developer/Xcode/DerivedData/test_proj-fdqyszrbbbtzgtfwifiusivwzfmd/Build/Products/Debug-iphonesimulator/Test Proj.app/Test Proj'
正如我所见,我与周围的其他几个开发人员相处得很好地球仪。
有没有好心人愿意使用最新版本公开提供一个空的phonegap + Facebook xcodeproj?
编辑
由于事情仍然不适合我,我将在尝试使其发挥作用的过程中保持这篇文章的最新状态。
第一个提示:
在phonegap-plugin-facebook-connect的第17步读我你被告知删除 json 文件夹。
自述文件中的 17:“从您的 Plugins/FBConnect 文件夹中删除 JSON 文件夹(仅删除参考)”
简而言之:如果您想构建应用程序,不要这样做。 这是一个2 个月前的问题,尚未修复。
编辑2
您可以在下面的答案中找到准备好的xcodeproj。
After many and many attempts I can't get the Phonegap + phonegap-plugin-facebook-connect build in xCode, following the tutorial in the Facebook plugin git-hub page.
I've tried at least 6 variants and never succeeded. The latest errors I get, after a bunch related to JSON.h that now seem resolved after randomly messing up with project files are:
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
and
error: unable to open executable '/Users/franz/Library/Developer/Xcode/DerivedData/test_proj-fdqyszrbbbtzgtfwifiusivwzfmd/Build/Products/Debug-iphonesimulator/Test Proj.app/Test Proj'
As I see, I'm in good company with several other developers around the globe.
Is there any kind soul willing to make publicly available an empty phonegap + Facebook xcodeproj using latest version of them?
EDIT
Since things still aren't working for me, I will keep this post up-to-date during the attempts to make it work.
First tip:
At step 17 from the phonegap-plugin-facebook-connect read me you are told to remove the json folder.
17 from the readme: 'From your Plugins/FBConnect folder, remove the JSON folder (remove reference only)'
In short: don't do it if you want to build your app.
This is a 2 months old issue that has yet to be fixed.
EDIT 2
You can find the ready xcodeproj in the answer below.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了让大家的生活更简单,我决定分享一个即用的phonegap + Facebook插件xcodeproj。
下载并使用,非常简单的说明,请参见下面的链接。
下载 Phonegap + Facebook 插件 Xcodeproj
让我知道。
To make everyone's life more simple, I decided to share a ready-to-use phonegap + Facebook plugin xcodeproj.
Download and use, very simple instructions on the link below.
Download Phonegap + Facebook Plugin Xcodeproj
Let me know.