Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 5 compatiibility? #92

Closed
GoogleCodeExporter opened this issue Apr 21, 2015 · 1 comment
Closed

Xcode 5 compatiibility? #92

GoogleCodeExporter opened this issue Apr 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants