2014-10-20 39 views
5

我在Mac OS X 10.10(優勝美地)和Xcode的6.1優山美地的Xcode 6.1構建設置crach

Process:    Xcode [868] 
Path:     /Applications/Xcode.app/Contents/MacOS/Xcode 
Identifier:   com.apple.dt.Xcode 
Version:    6.1 (6602) 
Build Info:   IDEFrameworks-6602000000000000~2 
Code Type:    X86-64 (Native) 
Parent Process:  ??? [1] 
Responsible:   Xcode [868] 
User ID:    503 

Date/Time:    2014-10-20 14:59:16.731 +0800 
OS Version:   Mac OS X 10.10 (14A389) 
Report Version:  11 
Anonymous UUID:  12D310FA-2F8D-CF2C-CD28-355566EFD4EC 


Time Awake Since Boot: 78 seconds 

Crashed Thread:  0 Dispatch queue: com.apple.main-thread 

Exception Type:  EXC_CRASH (SIGABRT) 
Exception Codes:  0x0000000000000000, 0x0000000000000000 

Application Specific Information: 
ProductBuildVersion: 6A1052c 
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[NSPopoverFrame _imageMaskForPath:anchorEdge:anchorPoint:]: unrecognized selector sent to instance 0x7ff1ba0bbfc0 
UserInfo: (null) 
Hints: None 
Backtrace: 
    0 0x00007fff8d114634 __exceptionPreprocess (in CoreFoundation) 

回答

14

遇到下列崩潰我的情況是,因爲我使用的Xcode一個插件。名字是Lin。如果你使用它,只需卸載插件,Xcode就可以正常工作!希望這對你有所幫助!

此插件調酒方法繪製矩形從NSPopoverFrame:

[NSPopoverFrame jp_questbeat_lin_drawMinimalPopoverAppearanceInRect:(struct CGRect)arg1 anchorEdge:(unsigned long long)arg2 anchorPoint:(struct CGPoint)arg3] 

我將提交錯誤爲開發商尋找到它。

乾杯!

+1

謝謝,幫幫我,非常好。 – aquilx 2014-10-21 03:19:00

+1

謝謝!你救了我的一天..我重新安裝Xcode多次沒有任何結果。 :) – 2014-12-03 09:19:26