XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 182 forks source link

Build Failed with Error 65 #313

Closed timtraversy closed 3 years ago

timtraversy commented 3 years ago

On macOS Big Sur (20A5323l), running Xcode Beta 3 (12A8169g).

I run make and get this error:

** BUILD FAILED **

The following build commands failed:
    CompileC /Users/timtraversy/projects/XVim2/build/XVim2.build/Release/XVim2.build/Objects-normal/arm64/rd_route.o /Users/timtraversy/projects/XVim2/XVim2/Helper/rd_route.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Users/timtraversy/projects/XVim2/build/XVim2.build/Release/XVim2.build/Objects-normal/arm64/SourceEditorViewWrapper-9ded4bb196669b1ef6467022df9525e2a5099a1393ef6af76719f41f4e969ef3.o /Users/timtraversy/projects/XVim2/XVim2/Xcode/SourceEditorViewWrapper.s normal arm64 assembler-with-cpp com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
make: *** [release] Error 65

Perhaps Xcode Beta 3 isn't supported yet? Is there a list of supported Xcode builds in the repo?

pebble8888 commented 3 years ago

Its fixed in develop branch.

timtraversy commented 3 years ago

That did it, thanks very much.