ios - 在 Objective-C 字符串错误后得到一个意外的 token
<p><p>我有一个名为 Caching.h 的类。下面给出下面3行代码</p>
<pre><code>#import <Foundation/Foundation.h>
@class ODataEntry;
@class ODataFeed;
</code></pre>
<p>我收到错误“在该行的 Objective-C 字符串后出现意外标记</p>
<pre><code>@class ODataEntry
</code></pre>
<p> <img src="/image/zwMeS.png" alt="enter image description here"/> </p>
<p>我已将 ODataEntry.h 文件添加到项目的 header 搜索路径中。 @Class 前向声明还有什么必须做的吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>其他地方的问题可能会导致意外错误...</p>
<p>尝试检查其他文件是否有错误,看看是否能解决问题。</p></p>
<p style="font-size: 20px;">关于ios - 在 Objective-C 字符串错误后得到一个意外的 token ,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/17656494/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/17656494/
</a>
</p>
页:
[1]