[!] The following Swift pods can
2021-10-20 本文已影响0人
iOS_我更专业
pod install 报错 :[!] The following Swift pods cannot yet be integrated as static libraries:
是因为在Podfile里没有 use_frameworks!
添加再次pod install即可
pod install 报错 :[!] The following Swift pods cannot yet be integrated as static libraries:
是因为在Podfile里没有 use_frameworks!
添加再次pod install即可