描述
组件开发,在pod install时出现了如下错误
[!] The 'Pods-***_Example' target has transitive dependencies that include statically linked binaries: (/***/***/Example/Pods/DouyinOpenSDK/DouyinOpenSDK/***.a)
原因
在Podfile中使用use_frameworks!造成的,因此在***.podspec中设置s.static_framework = true,之后执行pod install即可。








网友评论