添加 iOS 動態態庫

來源:互聯網
上載者:User

在  xcode 項目的 Build Phases 設定中,“Link Binary With Libraries” 節,可以添加項目依賴的 framework 和 dylib。

前者沒什麼問題,後者,會發現,有多個不同的選擇,比如,要添加 z 庫:

可看到有四個選項,其中三個帶有版本號碼的。為什麼呢?如何選擇呢?

以 ios6 sdk 為例

 

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/libls -l

 

可以看到

 

lrwxr-xr-x   1 root  wheel       16  3 15 11:04 libz.1.1.3.dylib -> libz.1.2.5.dylib-rwxr-xr-x   1 root  wheel   140576  3 15 11:04 libz.1.2.5.dyliblrwxr-xr-x   1 root  wheel       16  3 15 11:04 libz.1.dylib -> libz.1.2.5.dyliblrwxr-xr-x   1 root  wheel       16  3 15 11:04 libz.dylib -> libz.1.2.5.dylib

只有 libz.1.2.5.dylib 是實體檔案,其它都是軟串連到這個實體檔案。

 

瞭解動態庫機制的就會明了,在 linux 下是 so-name 機制,iOS 系統中也類似。

所以,添加庫的時候,最好是添加 libz.1.dylib 這類只帶主要版本號的,以便更好維護。

THE END.

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.