1.iOS安裝套件的方法,簡單說就是要用終端機下指令裝一個叫做CocoaPods的軟體,然後用這個軟體在專案下建立一個Podfile檔案,在這個檔案裡面寫入要取得的套件名稱,再進行安裝指令就會自動下載,跟Android Studio的方式比較像,詳細步驟在http://code4app.com/article/cocoapods-install-usage有介紹。
ps:在安裝CocoaPods時要有root權限,開啟設定root請參閱https://support.apple.com/zh-tw/HT204012 "如何啟用 root 使用者" 詳細步驟
2.沒提到的問題,下載套件時可能會出現錯誤
[!] Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt into using it.
此時安裝不完全會造成.xcworkspace檔案與Podfile.lock檔案產生不出來
因此要在Podfile加入"use_frameworks!"就可以順利安裝
參考
http://stackoverflow.com/questions/29091522/error-running-pod-install-with-swift
安裝完成點選出現的.xcworkspace檔案開啟就可以使用了!!讚!!!
沒有留言 :
張貼留言