iroboteer / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

Xcode 5 compatiibility? #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created path to plug-in
2. Moved plug-in to folder
3. Restarted Xcode 5

What is the expected output? What do you see instead?
10/18/13 9:03:07.072 AM Xcode[15101]: [MT] PluginLoading: Required plug-in 
compatibility UUID 37B30044-3B14-46BA-ABAA-F01000C27B63 for plug-in at path 
'~/Library/Application 
Support/Developer/Shared/Xcode/Plug-ins/GTMXcode4Plugin.xcplugin' not present 
in DVTPlugInCompatibilityUUIDs

What version of the product are you using? On what operating system?
GTM Plugin for Xcode 4
Xcode 5
OS X 10.8.5

Please provide any additional information below.

Original issue reported on code.google.com by bri...@google.com on 18 Oct 2013 at 4:07

GoogleCodeExporter commented 8 years ago
You can solve the issue that way:
open a terminal and type:
$ XCODEUUID=`defaults read /Applications/Xcode.app/Contents/Info 
DVTPlugInCompatibilityUUID`
$ defaults write ~/Library/Application\ 
Support/Developer/Shared/Xcode/Plug-ins/GTMXcode4Plugin.xcplugin 
DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID

Original comment by jyaven...@gmail.com on 24 Mar 2014 at 12:38