Closed eclipselu closed 10 years ago
@eclipselu what is DVTPlugInCompatibilityUUIDs and A2E4D43F-41F4-4FB9-BB94-7177011C9AED ?
@onmyway133 see here , it's in Info.plist
, you should be able to see it under CodePilot's folder.
@eclipselu thanks, I know where they are. Just wonder what they mean ?
@onmyway133 I think DVTPlugInCompatibilityUUIDs
is an indicator that shows the plugin's compatibility with different versions of Xcode. Any plugin not compatible with the launched Xcode version will be disabled.
A2E4D43F-41F4-4FB9-BB94-7177011C9AED
corresponds to Xcode 5.1, so it enables CodePilot in Xcode 5.1.
Does this make sense to you?
It shows this in Console.
I edited
Info.plist
, and addedA2E4D43F-41F4-4FB9-BB94-7177011C9AED
toDVTPlugInCompatibilityUUIDs
and it worked.Just post this issue here for reference.