ios - iOS系统类中的Xcode 6.2解析问题
<p><p>我今天早上刚刚升级到 XCode 6.2,在加载我的项目时收到 17 个错误。它们都是相同的:</p>
<pre><code>Parse Issue
Expected '=' after '__NSi_8_2'
</code></pre>
<p>它们都在 Apple 自己的类中:</p>
<pre><code>NSProcessInfo.h
NSExtensionContext.h
UIFontDescriptor.h
UIFont.h
UIApplication.h
UILocalNotification.h
</code></pre>
<p>有人知道这里发生了什么吗?我显然无法构建我的项目,但如果它是 iOS 8.2 的 XCode 问题,谁知道它何时会被修补。</p>
<p><strong>编辑:</strong>添加了一些图片来显示细节</p>
<p> <img src="/image/6GbiW.png" alt="enter image description here"/> </p>
<p> <img src="/image/szRB8.png" alt="enter image description here"/> </p>
<p> <img src="/image/1OSvz.png" alt="enter image description here"/> </p>
<p> <img src="/image/Am8AN.png" alt="enter image description here"/> </p>
<p> <img src="/image/nda5b.png" alt="enter image description here"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>对于可能遇到此问题的其他人,我最终找到了解决方案。 Xcode 项目保留了 iOS 8.1 框架,而不是在 Xcode 6.2 中升级到 iOS 8.2 版本。我所要做的就是删除 Foundation、CoreFoundation 和 UIKit 框架,然后重新添加它们。</p></p>
<p style="font-size: 20px;">关于ios - iOS系统类中的Xcode 6.2解析问题,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29007633/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29007633/
</a>
</p>
页:
[1]