omz / ColorSense-for-Xcode

Plugin for Xcode to make working with colors more visual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on Xcode 7

rogerluan opened this issue · comments

Version 7.0 beta 4 (7A165t)

😢

Just fixed it. This fix works for any Alcatraz plugin, with any Xcode version ever.

How to fix Alcatraz Plugins Compatibility:

  • Find your Xcode UUID
    • Type defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID on Terminal (you might want to replace the Xcode.app with Xcode-beta.app (defaults read /Applications/Xcode-beta.app/Contents/Info DVTPlugInCompatibilityUUID)
    • Copy the returning string. Looks like AABB7188-E14E-4433-AD3B-5CD791EAD9A3 (this one’s for Xcode 7.0 beta 4 7A165t.
  • Add the UUID to the Info.plist of each of your plugins
    • Open Finder
    • Go to folder (Cmd+Shift+G) ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
    • Right-click the desired plugin > Show Package Contents
    • Find and open the Info.plist for that package
    • Add another String to the DVTPlugInCompatibilityUUIDs Array with the UUID you found above
  • Restart Xcode
    • Completely quit Xcode (Cmd+Q)
    • Open Xcode again
    • A pop-up will open. Choose “Load Bundle”
  • Repeat this with each of the plugins that aren’t working.