问题:
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遇到的问题
最新推荐文章于 2025-08-14 18:15:20 发布
问题:
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!