0

我无法在我的 ANE 项目中添加来自 FacebookSDKResource.bundle 的资源。例如,当我打开 Facebook 对话框(FBDialog.m)时,此捆绑包中没有关闭按钮。关闭按钮在左上角不可见,没有图像。FacebookSDK 从 FacebookSDKResources 获取图像,如下所示: UIImage* closeImage = [UIImage imageNamed:@"FacebookSDKResources.bundle/FBDialog/images/close.png"];

一切正常,对话框打开,但没有关闭按钮 (close.png) 如何在 ANE 中添加此捆绑包?我用 ANT 在命令行中编译。

4

1 回答 1

0

You have to explicity import the file FacebookSDKResources.bundle into the Ressources folder in XCode. (copy-paste the file then drag-and-drop it in XCode, add as group)

于 2013-04-22T10:06:57.960 回答