首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法编译Swift源文件。分段故障: 11

无法编译Swift源文件。分段故障: 11
EN

Stack Overflow用户
提问于 2015-03-03 17:08:41
回答 1查看 1.1K关注 0票数 9
代码语言:javascript
复制
1.  While reading from /Users/darren/Library/Developer/Xcode/DerivedData/WeCenterMobile-bwpkitagnenydnenhulzpfhbjnvm/Build/Intermediates/WeCenterMobile.build/Debug-iphoneos/WeCenterMobile.build/Objects-normal/arm64/UIView+UserInfo~partial.swiftmodule
2.  While deserializing decl #2 (EXTENSION_DECL)
3.  While deserializing decl #31 (XREF)
4.  Cross-reference to module 'WeCenterMobile'
    ... Msr
    ... UI
    ... _Detail
5.  While deserializing 'Indicator' (ClassDecl #20) 
6.  While deserializing decl #66 (XREF)
7.  Cross-reference to module 'WeCenterMobile'
    ... Msr
    ... UI
    ... in an extension in module 'WeCenterMobile'
    ... AutoExpandingView
8.  While deserializing 'Segment' (ClassDecl #14) 
9.  While deserializing decl #54 (XREF)
10. Cross-reference to module 'WeCenterMobile'
    ... Msr
    ... UI
    ... in an extension in module 'WeCenterMobile'
    ... AutoExpandingView
11. While deserializing 'DefaultSegment' (ClassDecl #17) 

这是编译器崩溃日志,有人能帮上忙吗?我使用的是Swift 1.2,Xcode 6.3 Beta 2

代码太多了,所以我不能把它们贴在这个页面上。请给我一些提示来找出错误。

EN

回答 1

Stack Overflow用户

发布于 2017-06-26 21:50:20

我刚刚面对了这个问题,并设法通过删除派生数据并清理项目和构建文件夹来修复它。

希望这也能解决你的问题。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28827833

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档