我正在使用带有phonegap的sencha touch。我最近遇到了我的应用程序的问题,即它需要与 facebook 集成。我正在关注链接
https://github.com/davejohnson/phonegap-plugin-facebook-connect
用于连接到 facebook。我按照教程做所有事情,但是当我在 XCode 中运行 aap 时发现错误。错误如下。
Lexical or Preprocessor Issue 'Facebook.h' file not found.
我陷入了困境。对此有任何想法吗?任何帮助,将不胜感激。谢谢
我正在我的 plist 文件中进行此更改..
<strong><strong>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.swenggco.facebook.myscheme</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb362599863837976</string>
</array>
</dict>
</array>
</strong></strong>
此代码是在关闭 dict 标签之前编写的