Skip to content
QFish edited this page Jul 2, 2015 · 3 revisions

Welcome to the XAlign wiki!

Here comes a new version Xcode ?!

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