zats / AdjustFontSize-Xcode-Plugin

Instant font size adjustment with control – / control +

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode Crash Due to AdjustFontSize Plug-In

jameswomack opened this issue · comments

Process:               Xcode [5526]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               6.0.1 (6528)
Build Info:            IDEFrameworks-6528000000000000~2
App Item ID:           497799835
App External ID:       712682811
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [5526]
User ID:               502

Application Specific Information:
Sending _increaseFontSizeHandler to <ZTSAdjustFontSize: 0x7fc144f22790> from <NSMenuItem: 0x7fc144d79e20 Increase font size>
ProductBuildVersion: 6A317
ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-6528/DVTFoundation/Protocols/DVTInvalidation.m:216
Details:  Message sent to invalidated object: <DVTFontAndColorTheme, 0x7fc141e5f630>.

Backtrace for invalidation:
   0  0x000000010a3778e5 -[DVTInvalidationMixIn invalidate] (in DVTFoundation)
  1  0x000000010aab1678 -[DVTPreferenceSetManager deletePreferenceSet:completionQueue:completionBlock:] (in DVTKit)
  2  0x000000010aab091b -[DVTPreferenceSetManager editableUserPreferenceSetForPreferenceSet:] (in DVTKit)
  3  0x000000010a9938f3 -[DVTFontAndColorTheme _setColorOrFont:forNodeTypes:] (in DVTKit)
  4  0x000000010a9937d2 -[DVTFontAndColorTheme setFont:forNodeTypes:] (in DVTKit)
  5  0x0000000116b3b775 __45-[ZTSAdjustFontSize _increaseFontSizeHandler]_block_invoke at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:64 (in AdjustFontSize)
  6  0x0000000116b3c431 __56-[ZTSAdjustFontSize _enumerateFontsForTheme:usingBlock:]_block_invoke at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:140 (in AdjustFontSize)
  7  0x00007fff8f097ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke (in CoreFoundation)
  8  0x00007fff8f097db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] (in CoreFoundation)
  9  0x0000000116b3c345 -[ZTSAdjustFontSize _enumerateFontsForTheme:usingBlock:] at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:137 (in AdjustFontSize)
 10  0x0000000116b3b645 -[ZTSAdjustFontSize _increaseFontSizeHandler] at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:62 (in AdjustFontSize)
 11  0x00007fff94855cd7 _os_activity_initiate (in libsystem_trace.dylib)
 12  0x00007fff92f176d7 -[NSApplication sendAction:to:from:] (in AppKit)
 13  0x000000010a9ed200 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
 14  0x000000010a483ec2 DVTInvokeWithFailureHint (in DVTFoundation)
 15  0x000000010a8b777e -[DVTApplication sendAction:to:from:] (in DVTKit)
 16  0x00007fff92f3181a -[NSMenuItem _corePerformAction] (in AppKit)
 17  0x00007fff92f31537 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (in AppKit)
 18  0x00007fff94855cd7 _os_activity_initiate (in libsystem_trace.dylib)
 19  0x00007fff92f307ab -[NSMenu performKeyEquivalent:] (in AppKit)
 20  0x00007fff92f30679 -[NSMenu performKeyEquivalent:] (in AppKit)
 21  0x00007fff92f2cb05 -[NSApplication _handleKeyEquivalent:] (in AppKit)
 22  0x00007fff92f99ccf -[NSApplication _handleSpecialAlternateKeyEquivalent:] (in AppKit)
 23  0x00007fff92eaf9f2 -[NSApplication sendEvent:] (in AppKit)
 24  0x000000010b48fc74 -[IDEApplication sendEvent:] (in IDEKit)
 25  0x00007fff92d3c0d8 -[NSApplication run] (in AppKit)
 26  0x00007fff92d27524 NSApplicationMain (in AppKit)
 27  0x00007fff8c9d95c9 start (in libdyld.dylib)

Please confirm that the bug still happens with the latest build of the plugin (re-install from Alcatraz or download the latest master)

👍 Fixed.

Thank you 🙇