Skip to content

Instantly share code, notes, and snippets.

@bakertim
Created April 5, 2014 05:21
Show Gist options
  • Save bakertim/9987802 to your computer and use it in GitHub Desktop.
Save bakertim/9987802 to your computer and use it in GitHub Desktop.
objective-c: XCode 5.1 Fixes broken plugin
<!-- For XCode 5.1 plugins that don't work -->
<!-- 1. Edit the plugin's info.plist file -->
<!-- 2. Add the value A2E4D43F-41F4-4FB9-BB94-7177011C9AED to the key DVTPlugInCompatibilityUUIDs as shown below -->
<key>DVTPlugInCompatibilityUUIDs</key>
<array>
<string>A2E4D43F-41F4-4FB9-BB94-7177011C9AED</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment