问题:
Pods written in Swift can only be integrated as frameworks; add use_frameworks!
to your Podfile or target to opt into using it.
问题截图:
解决办法:
在Pod file里面添加 use_frameworks!
问题:
Pods written in Swift can only be integrated as frameworks; add use_frameworks!
to your Podfile or target to opt into using it.
问题截图:
解决办法:
在Pod file里面添加 use_frameworks!