XVimProject / XVim2

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

Build failed with Xcode 12 beta 3 #316

Closed fedorpashin closed 3 years ago

fedorpashin commented 3 years ago

Error message:

The following build commands failed:
    CompileC /Users/fedor/XVim2/build/XVim2.build/Release/XVim2.build/Objects-normal/arm64/rd_route.o /Users/fedor/XVim2/XVim2/Helper/rd_route.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Users/fedor/XVim2/build/XVim2.build/Release/XVim2.build/Objects-normal/arm64/SourceEditorViewWrapper-7b68016f69df6d7629357dba8a33ecf0a5099a1393ef6af76719f41f4e969ef3.o /Users/fedor/XVim2/XVim2/Xcode/SourceEditorViewWrapper.s normal arm64 assembler-with-cpp com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
make: *** [release] Error 65
pebble8888 commented 3 years ago

303

fedorpashin commented 3 years ago

The problem was that I've tried to build the project on the master branch, on the develop everything works well.