ios - 使用 Assets 目录时 AppCode 警告 "Resource not found"
<p><p>我已将图像集添加到 Assets 目录(在 Xcode 中),然后打算在代码中访问它。</p>
<p> <a href="/image/86gZV.png" rel="noreferrer noopener nofollow"><img src="/image/86gZV.png" alt="enter image description here"/></a> </p>
<p>我正在使用的代码(在 AppCode 中)是...</p>
<pre><code>UIImage *image = ;
</code></pre>
<p>我知道这是可行的并且是正确的。但是,AppCode 告诉我“找不到资源”。</p>
<p> <a href="/image/5AWj0.png" rel="noreferrer noopener nofollow"><img src="/image/5AWj0.png" alt="enter image description here"/></a> </p>
<p>我知道这只是一个警告,并且构建仍然有效,但我想知道是否有办法让 AppCode 识别 Assets 目录中图像集的名称?目前它会根据文件而不是图像集名称自动完成图像名称。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>很抱歉给您带来不便,这是当前 AppCode 版本中的一个已知问题。请关注 <a href="https://youtrack.jetbrains.com/issue/OC-12437" rel="noreferrer noopener nofollow">this issue</a>在我们的跟踪器中接收更新。 </p></p>
<p style="font-size: 20px;">关于ios - 使用 Assets 目录时 AppCode 警告"Resource not found",我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/35087519/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/35087519/
</a>
</p>
页:
[1]