前言:
在Swift項(xiàng)目使用CocoaPods和OC項(xiàng)目略有不同, 如果按OC項(xiàng)目使用CocoaPods終端會(huì)出現(xiàn)上述的錯(cuò)誤.
報(bào)錯(cuò)內(nèi)容:
Error"Pods written in Swift can only be integrated as frameworks; add
use_frameworks!
to your Podfile or target to opt into using it."
解決辦法:
在Podfile文件中添加"use_frameworks!"(引號(hào)內(nèi)的代碼)即可:
然后使用終端命"pod update --verbose --no-repo-update"令更新即可, 直接用"pod update"會(huì)比較慢.