OSX 10.9.4에서 xcode를 사용하여 플로트 컴파일을 시도 중 - 가비지 수집이 더 이상 지원되지 않습니다.

OSX 10.9.4에서 xcode를 사용하여 플로트 컴파일을 시도 중 - 가비지 수집이 더 이상 지원되지 않습니다.

나는 다음의 지시를 따르고 있었다.단일 창을 해상에 끈적하게 만들기

게시물의 지침은 다음과 같습니다.

 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/

나는 t의 지침을 따랐지만 나에게 효과가 없었습니다.

OS 10.9.4에 xcode 6.0.1을 설치하고 xcodebuild -configuration Release install을 실행한 후 여러 오류 메시지를 받았습니다.

각 파일 이후에 받은 덤프 유형과 프로세스 종료 시의 출력은 다음과 같습니다.

`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)

OSX 10.9.4 Maverick과 호환되지 않는 버전을 다운로드했습니까? 여기서 무슨 일이 일어나고 있나요?

답변1

xcodebuild(현재 지원되지 않는) 가비지 수집을 활성화 해 보십시오 GCC_ENABLE_OBJC_GC=unsupported.

관련 정보