XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

Xcode 8 beta 5 fails to load plugin #978

Open timwah opened 8 years ago

timwah commented 8 years ago

Description

2016-08-10 13:49:10.803 xcodebuild[69483:4206630] WARNING: Failed to load plugin at path: "/Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin", skipping. Error: Error Domain=NSCocoaErrorDomain Code=3587 "dlopen_preflight(/Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim): no suitable image found.  Did find:
    /Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: mmap() error 1 at address=0x118E70000, size=0x00108000 segment=__TEXT in Segment::map() mapping /Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim" UserInfo={NSLocalizedFailureReason=The bundle is damaged or missing necessary resources., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSFilePath=/Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim, NSDebugDescription=dlopen_preflight(/Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim): no suitable image found.  Did find:
    /Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: mmap() error 1 at address=0x118E70000, size=0x00108000 segment=__TEXT in Segment::map() mapping /Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim, NSBundlePath=/Users/timrobles/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin, NSLocalizedDescription=The bundle “XVim” couldn’t be loaded because it is damaged or missing necessary resources.}

Expected behaviour

XVim plugin loaded correctly.

Environments

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

squarefrog commented 8 years ago

I get this using Xcode 8 GM and both the master and develop branches.

alonecuzzo commented 7 years ago

This happens to me on Xcode 8. 😢

squarefrog commented 7 years ago

The instructions in #988 fixed it for me.

alonecuzzo commented 7 years ago

@squarefrog thanks! checking out now