kzaher / RegX

Prettify plugin for Xcode. It enables alignment of specific source code elements and makes code easier to read and understand.
MIT License
171 stars 24 forks source link

Does not work with Xcode Version 6.2 (6C131e) #4

Open charlesbedrosian opened 9 years ago

charlesbedrosian commented 9 years ago

I have built with Xcode and also tried to install via Alcatraz but I do not see the RegX menu item. I do not see anything in console.app when launching Xcode and I have confirmed that my DVTPlugInCompatibilityUUID (A16FF353-8441-459E-A50C-B071F53F51B7) is in the Plist.

Suggestions for diagnosing this?

kzaher commented 9 years ago

There is usually a problem with xcode DVTPlugInCompatibilityUUID. If alcatraz doesn't work, just please clone the repository and hit run, and restart xcode, and it should work.

Xcode has a really stupid thing with those IDs, but I've set it up so that when you build the project, it will immediately update the plist with DVTPlugInCompatibilityUUID of the xcode that is used to build it.

Hope this helps.