-
Notifications
You must be signed in to change notification settings - Fork 596
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 8.3.2 Build success, but plugin non-functional, popup allowing Xvim not shown #1063
Comments
Have you followed the Install XVim for Xcode 8 instructions (re-signed Xcode)? |
@tidbeck, sure I signed successfully: sudo codesign -f -s XcodeSigner /Applications/Xcode.app, the keychain allowing popup was shown. |
Build failed if I use master branch. |
Build success and work well in Xcode 8.3.1
|
me too |
Try to update compatibility UUIDs with the following command and restart Xcode:
|
Followed @podkovyrin's command, re-signed Xcode and re-make works for me on 8.3.2 |
Has anyone else found another solution? I can't seem to get it to work using the command from podkovyrin.
|
@rqueue Not sure what command did the trick, but I ran the following commands a couple of times:
Eventually XVim started to work in Xcode again. I'm also running Xcode 8.3.2 and I'm on the develop branch of XVim. |
you should create an other sign and Re-signing Xcode again |
It now works well on Xcode 8.3.2 with develop branch. Thank you all for your reply! |
What did it in the end for me was opening the xvime project in xcode and building it there + all the other steps people mentioned |
To clarify, if we want the latest plugin code, we need to use "develop" branch and NOT master? Master fails to build for me (Undefined symbols for architecture x86_64: But, https://github.com/pebble8888/XVim.git works. I had no trouble with the codesign part. |
I have the same problem, but my xcode version is 8.3.3. Any ideas, please. Thanks |
@WellerQu have you tried opening the xvim project itself in Xcode and running it in addition to all the other steps people mentioned? |
@WellerQu Have you tried develop branch of XVim? Master branch failed with make. But develop branch works for me on Xcode8.3.3. |
@rqueue Yes, I have tried all the other steps in this issue. But can't get the expected result. And I get some warns: |
@hidez Yeah, I have tried develop branch. |
Thanks all. And I resolved it with @bduhbya 's solution. |
Description
I can install Xvim successfully by using develop branch, but no VIM feature in Xcode when I open projects. I cant see the notice for: "allow xcode load Xvim from bundles".
Operation
xcodebuild -configuration Release
2017-04-21 21:00:23.704 xcodebuild[19159:92286] [MT] PluginLoading: Required plug-in compatibility UUID DFFB3951-EB0A-4C09-9DAC-5F2D28CC839C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin' not present in DVTPlugInCompatibilityUUIDs
=== BUILD TARGET XVim OF PROJECT XVim WITH CONFIGURATION Release ==
....
** BUILD SUCCEEDED **
Expected behaviour
XVim working in Xcode. At least show the popup that allows load Xvim.
Environments
Crash log (if any)
The text was updated successfully, but these errors were encountered: