2015-03-03 59 views
9
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無法編譯Swift源文件。分段錯誤:11

有這麼多的代碼,所以我不能在這個頁面上發佈它們。請給我一些提示,以查找錯誤。

+0

你有'UIView + UserInfo'文件嗎?錯誤可能來自那裏。 – lchamp 2015-03-03 09:15:36

+0

我在輸入模塊的名稱中輸入拼寫錯誤時,經常發生分段錯誤。 而錯誤消息是相當無益的! – Gwendle 2015-03-03 09:27:17

+0

@lchamp:感謝您的幫助,但是我沒有在最新的提交後改變它。現在我已經通過恢復到以前的版本解決了這個問題... – MsrButterfly 2015-03-03 10:10:49

回答

1

我剛剛遇到了這個問題,並設法通過刪除派生數據並清理項目和構建文件夾來修復它。

希望這可以解決您的問題。