omz / ColorSense-for-Xcode

Plugin for Xcode to make working with colors more visual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work on xcode 7

trialabc opened this issue · comments

commented

I have not been able to run this wonderful plugin in xcode 7. It seems like one of the function is deprecated on the OSX 10.10.

The deprecated function is : - (NSRect) firstRectForCharacterRange:(NSRange)theRange

Please help see if you can solve this problem. Thanks in advance!! 😄

Hi @trialabc, this version may not work, but the fork from johnnywjy compiles and works fine for me:
Screenshot from Xcode

You can find this fork here: https://github.com/johnnywjy/ColorSense-for-Xcode

Hope this helps!

commented

Thx a lot! It works okay although it still have that warning when compiling.