Tentando compilar usando xcode no OSX 10.9.4 - a coleta de lixo não é mais suportada

Tentando compilar usando xcode no OSX 10.9.4 - a coleta de lixo não é mais suportada

Eu estava seguindo as instruções emtornando uma única janela pegajosa à tona

Aqui estão as instruções da postagem:

 Download the SIMBL zip file
 Unzip the file
 Double-click/install SIMBL-0.9.9.pkg
 Create SIMBL bundle dir: mkdir ~/Library/Application\ Support/SIMBL/Plugins/
 Reboot
 Install from the git repo:

$ git clone https://github.com/millenomi/afloat.git
$ cd afloat
$ xcodebuild -configuration Release install
  # verbose output trimmed, except for last line:
  ** INSTALL SUCCEEDED **
$ mv /tmp/Afloat.dst/Users/`whoami`/Library/Bundles/Afloat.bundle/ ~/Library/Application\ Support/SIMBL/Plugins/

Segui as instruções até o fim e não funcionou para mim.

Depois de instalar o xcode 6.0.1 no OS 10.9.4 e executar xcodebuild -configuration Release install, recebi várias mensagens de erro.

Aqui está o tipo de dump que recebi após cada arquivo, junto com a saída no final do processo:

`error: garbage collection is no longer supported

** INSTALL FAILED **


The following build commands failed:
    CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/Afloat.o Afloat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatStorage.o AfloatStorage.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatPanel.o AfloatPanel.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatPanelController.o AfloatPanelController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(4 failures)

Baixei uma versão incompatível com o OSX 10.9.4 Maverick? O que está errado aqui?

Responder1

Tente xcodebuildativar GCC_ENABLE_OBJC_GC=unsupporteda coleta de lixo (agora sem suporte).

informação relacionada