1
我參考了[手動iOS安裝(Mac OS X)] [1]的教程。Phonegap插件,FacebookConnect for ios需要FacebookSDKResources.bundle,但facebook sdk聲明它不再需要
之後我下載並安裝[適用於iOS的Facebook SDK]最新版本的[2],一切都順利達到本教程的第三步:
4. Add the Facebook SDK for iOS resource bundle by dragging the
FacebookSDKResources.bundle file from the FacebookSDK.framework/Resources
folder into the Frameworks section of your Project Navigator.
的問題是,FacebookSDKResources.bundle文件不再存在,並在它的地方有哪些規定一個FacebookSDKResources.bundle.readme文件:
The FacebookSDKResources.bundle is no longer required in order to use the SDK
我能做些什麼使這一步的工作?