cocoapods 安裝

gem sources --remove https://rubygems.org/


gem sources -l

sudo gem update --system

sudo gem install cocoapods

pod setup

sudo vim Podfile

pod install



➜  joke  pod install
Analyzing dependencies
Downloading dependencies
Installing Toast (2.2)
Generating Pods project
Integrating client project

[!] The target `joke [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The target `joke [Debug - Release]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.






發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章