簡體   English   中英

如何在Xcode中將ARC enable .a文件添加到非ARC項目

[英]How to add ARC enable .a files to non-ARC project in xcode

如何在xcode中將ARC enable .a文件添加到非ARC項目中。 因為我嘗試將Spotify庫(啟用ARC .a文件)添加到我當前的非ARC項目中。 幫忙 謝謝

它應該可以工作。 Check you are using the newest Apple compiler with this non-ARC project而不是GCC一起使用。

並檢查此鏈接以獲取詳細信息。 混合電弧和非電弧代碼與靜態庫

希望對您有幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM