XVimProject/XVim

Xcode 8 beta 5 fails to load plugin

Opened this issue · 4 comments

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

  • Xcode Version 8 beta 5
  • XVim branch and revision master
  • Keyboard Language English
  • Input source language English

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

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

This happens to me on Xcode 8. 😢

The instructions in #988 fixed it for me.

@squarefrog thanks! checking out now