![]() | Swift実践入門 ── 直感的な文法と安全性を兼ね備えた言語 (WEB DB PRESS plus) 新品価格 |

swift書いてるマスタカです
cocoapodsで新規oss導入しようとしたら以下のエラーが出た
[!] Pods written in Swift can only be integrated as frameworks; add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: XXX
この対応策
・エラー内容
pod installしたら以下が出た
[!] Pods written in Swift can only be integrated as frameworks; add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: XXX
・解決策
Podfileに
use_frameworks!
を書いたら問題なく動いた
objetive-cのプロジェクトでちょいちょいswiftしてくと大変やなぁ
まだまだ続くよ
参考
http://qiita.com/yokomotod/items/884f624cf17ba4a5ef11
タグ:Swift