พยายามรวบรวมลอยโดยใช้ xcode บน OSX 10.9.4 - ไม่สนับสนุนการรวบรวมขยะอีกต่อไป


0

ฉันทำตามคำแนะนำในการทำหน้าต่างเดียวเหนียวด้วยลอย

นี่คือคำแนะนำจากโพสต์:

 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 และมันไม่ได้ผลสำหรับฉัน

หลังจากติดตั้ง xcode 6.0.1 บนระบบปฏิบัติการ 10.9.4 และเรียกใช้การติดตั้ง xcodebuild -configuration Release ฉันได้รับข้อความแสดงข้อผิดพลาดมากมาย

ต่อไปนี้เป็นชนิดของดัมพ์ที่ฉันได้รับหลังจากแต่ละไฟล์พร้อมกับเอาต์พุตเมื่อสิ้นสุดกระบวนการ:

`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เพื่อเปิดใช้งานการรวบรวมขยะ (ไม่ได้รับการสนับสนุนในขณะนี้)


ยินดีต้อนรับสู่ Super User! คำตอบของคุณอาจได้รับการปรับปรุงให้ดีขึ้นโดยอธิบายว่าสิ่งนี้อาจแก้ปัญหาของ OP ได้อย่างไร ขอบคุณสำหรับการมีส่วนร่วม
ตัวปลอมตัว Twisty

ยินดีต้อนรับสู่ Super User! แม้ว่าสิ่งนี้อาจตอบคำถามได้ แต่มันจะเป็นคำตอบที่ดีกว่าถ้าคุณสามารถให้คำอธิบายได้ว่าทำไมถึงเป็นเช่นนั้น
DavidPostill
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.