问题:
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!
使用cocoapods遇到的问题
最新推荐文章于 2024-11-14 19:20:26 发布
问题:
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!