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.0 Beta 3 #23

Closed
duanefields opened this issue Jul 10, 2013 · 7 comments
Closed

Xcode 5.0 Beta 3 #23

duanefields opened this issue Jul 10, 2013 · 7 comments

Comments

@duanefields
Copy link

It appears things stopped working with Xcode 5.0 Beta 3, was working fine in Beta 2. Anyone else seeing this?

@benoitsan
Copy link
Owner

Thanks for the feedback. Seems to be a bad news. The console logs this

[MT] PluginLoading: Required plug-in compatibility UUID 63FC1C47-140D-42B0-BB4D-A10B2D225574 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/UncrustifyPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs

From what I understand when I read this message, it seems Apple decided to disallow third-party plugins by using a black-list.
I'm not sure if it's true. Let's wait… I tried other plugins and they have the same issue.
I don't have any solution at this time. Wait & see. DP3 is fresh…

@ryanmaxwell
Copy link
Contributor

Seems to be more of a "whitelist" than a "blacklist"! Lets hope there is a way for developers to get onto it

@tonyarnold
Copy link
Contributor

It works the same way the compatibility UUID for Mail.app works. Just add the UUID listed to the DVTPlugInCompatibilityUUIDs array in this plugin's Info.plist.

@DerLobi
Copy link

DerLobi commented Jul 17, 2013

You can add the UUID for Xcode5-DP3 by running the following 2 lines:

XCODEUUID=`defaults read /Applications/Xcode5-DP3.app/Contents/Info DVTPlugInCompatibilityUUID`

defaults write ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/UncrustifyPlugin.xcplugin/Contents/Info  DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID

@benoitsan
Copy link
Owner

Thanks. I added the key in the info.plist (ceeddb5).

@Packetfahrer
Copy link

Thank works with xcode 6

@greemwahr
Copy link

Can be used with Xcode 9 also, cheers!

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

7 participants