使用资产目录时,AppCode警告“资源未找到”

时间:2016-01-29 15:00:14

标签: ios uiimage appcode asset-catalog

我已将图像集添加到资产目录(在Xcode中),然后打算在代码中访问它。

enter image description here

我正在使用的代码(在AppCode中)是......

UIImage *image = [UIImage imageNamed:@"Photo_Placeholder"];

我知道这有效并且是正确的。但是,AppCode告诉我“资源未找到”。

enter image description here

我知道这只是一个警告,无论如何构建都有效,但我想知道是否有办法让AppCode识别资产目录中图像集的名称?此时它会根据文件而不是图像集名称自动完成图像名称。

1 个答案:

答案 0 :(得分:2)

很抱歉给您带来不便,这是当前AppCode版本中的一个已知问题。请在我们的跟踪器中关注this issue以接收更新。