2017年6月10日 星期六

pod 的使用 (xcode專案)

1. 初始化一個專案
  一個 xcode 的 project 或者 workspace , 還沒有使用過 pod , 用下面的指令進行初始化 :
  pod init

2. 增加第三方函式庫 (修改Profile)
  Profile中,每個 xcode 的 Target 會有一個區段來設定 :

  target 'xxx' do
  ...
  end

  在其中 ... 的地方加入所需要的第三方函式庫.
  如果有多個Target , 每個都需要獨立家上.

3. 下載及更新第三方函式庫
  使用 pod install 即可自動更新.



沒有留言:

張貼留言