zats / AdjustFontSize-Xcode-Plugin

Instant font size adjustment with control – / control +
270 stars 33 forks source link

crash in xcode7.2 #29

Closed dimohamdy closed 8 years ago

dimohamdy commented 8 years ago

when i try use it xcode 7.2 crash

zats commented 8 years ago

Sorry about that! Any chance you can post the crash report here?

GadgetAddict commented 8 years ago

After I run it, and then stop it.... the command plus or minus has no affect and I get these warnings

/Users/michael/Downloads/AdjustFontSize-Xcode-Plugin-master/AdjustFontSize/ZTSAdjustFontSize.m:224:41: PerformSelector may cause a leak because its selector is unknown

zats commented 8 years ago

Fixed perform selector warning, please note the hotkey binding was also updated to avoid conflicts with interface builder. Please reopen the issue if there is still a problem

dimohamdy commented 8 years ago

@zats Thanks