MsrButterfly
MsrButterfly

Reputation: 1599

Failed to compile Swift source files. Segmentation fault: 11

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) 

This is the compiler crash log, anyone could help? I'm using Swift 1.2, Xcode 6.3 Beta 2

There are so much codes so I cannot post them on this page. Please give me some hints to find the errors.

Upvotes: 9

Views: 1147

Answers (1)

user1898712
user1898712

Reputation: 368

I have just faced this issue and managed to fix it by deleting derived data and cleaning the project and build folder.

Hope this solves your issue too.

Upvotes: 1

Related Questions