XVim
                                
                                 XVim copied to clipboard
                                
                                    XVim copied to clipboard
                            
                            
                            
                        Impl for Xcode5 Compatibility
To make it Xcode5 compatible we need
- Add all the Xcode UUIDs in plist file as DVTPlugInCompatibilityUUIDs
- Sign the bundle
(I got a mail from a guy in Apple and he says that they may require us to signing a plugin to be loaded into Xcode)
I'm running into this problem currently.
What do you mean?? Current master branch should work with Xcode5 now.
I'm building XVim with Xcode 5 on 10.8 without any errors. Running the project builds fine but produces this output:
2013-09-25 15:22:24.675 Xcode[22218:7903]  DeveloperPortal: Using pre-existing current store at URL (file://localhost/Users/schell/Library/Developer/Xcode/DeveloperPortal%205.0.db).
2013-09-25 15:22:25.078 Xcode[22218:303] [MT] PluginLoading: Required plug-in compatibility UUID 37B30044-3B14-46BA-ABAA-F01000C27B63 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin' not present in DVTPlugInCompatibilityUUIDs
After restarting Xcode I can't see that XVim is working so I assumed the output had something to do with this ticket.
I think you have not built XVim properly. Try following.
- Delete current XVim.xcplugin
- Confirm that you do not have another XVim.xcplugin in the following directory
     - /Library/Application Support/Developer/Shared/Xcode/Plug-ins
- Build XVim (make it sure you select 'XVim for Xcode5' Scheme
As you can see in following file, the UUID is already set in plist file. https://github.com/JugglerShu/XVim/blob/master/XVim/Info_Xcode5.plist
Yes! I deleted the XVim plugin, downloaded the v1.0-beta and built as you said. It now works :+1:
I had to add A2E4D43F-41F4-4FB9-BB94-7177011C9AED to the plist to make JohnTheAppleSeed's latest branch to function with 5.1.
I have no idea what this UUID is based on but basically the console displays a message that says that it was not found. Once I added it to the list in the plist, it all worked again. XCode is now, once again, the best thing ever.