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

Not Support Xcode 6.4 #60

Closed
malaimoo opened this issue Jul 2, 2015 · 1 comment
Closed

Not Support Xcode 6.4 #60

malaimoo opened this issue Jul 2, 2015 · 1 comment

Comments

@malaimoo
Copy link

malaimoo commented Jul 2, 2015

Do not make use on 6.4 version.

@qfish
Copy link
Owner

qfish commented Jul 2, 2015

Try this in your terminal :

XCODEUUID=`defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
for f in ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*; do defaults write "$f/Contents/Info" DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID; done

@qfish qfish closed this as completed Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants