Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 Xcode 7.0 将 Swift v1.2 项目转换为 Swift v2.0 项目。
我在构建过程中得到了这个:
Swift 在构建此模块的 ast 上下文时出现致命错误:缺少必需的模块 'SwiftShims' 来自此模块的调试信息将在调试器中不可用。
什么是“SwiftShims”模块? 如果它丢失了,我将如何安装它?
我收到了关于SwiftShims模块的类似错误消息,因此这可能只是您的案例的部分解决方案。
我必须清理 Xcode 使用的所有用户数据并清空所有缓存。这为我完成了工作:
如何清空缓存并清理所有目标 Xcode 4