Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Podfile中加入“use_frameworks!”之后,运行pod install会出错 #13

Open
phaibin opened this issue Jul 8, 2015 · 3 comments

Comments

@phaibin
Copy link

phaibin commented Jul 8, 2015

Podfile文件:
platform :ios, '7.0'

use_frameworks!

pod 'Pingpp/Alipay'
pod 'Pingpp/Wx'

错误信息:
[!] The 'Pods' target has transitive dependencies that include static binaries: (/Users/leon/Desktop/Workspace/chuangyedaji-iOS/Pods/Pingpp/lib/Channels/Alipay/libpingpp+alipay.a, /Users/leon/Desktop/Workspace/chuangyedaji-iOS/Pods/Pingpp/lib/Channels/Alipay/AlipaySDK.framework, /Users/leon/Desktop/Workspace/chuangyedaji-iOS/Pods/Pingpp/lib/libpingpp.a, /Users/leon/Desktop/Workspace/chuangyedaji-iOS/Pods/Pingpp/lib/Channels/Wx/libpingpp+wx.a, and /Users/leon/Desktop/Workspace/chuangyedaji-iOS/Pods/Pingpp/lib/Channels/Wx/libWeChatSDK.a)

@samurai00
Copy link
Contributor

因为我们用的静态库,所以这个暂时没法避免。

@linshi
Copy link

linshi commented Jun 7, 2016

@samurai00 alipay sdk 有动态库吗?不然的话,use_frameworks! 就不能使用了

@samurai00
Copy link
Contributor

@linshi 支付宝没有提供动态库。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants