MobClub / ShareSDK3.x-for-iOS

ShareSDK 3.x for iOS
111 stars 26 forks source link

pod 'ShareSDK3/ShareSDK' 没有包含ShareSDK.framework #18

Closed wzxha closed 7 years ago

wzxha commented 7 years ago
 s.subspec 'ShareSDK' do |sp|
        sp.vendored_frameworks = 'ShareSDK/Support/Required/ShareSDKConnector.framework', 
'ShareSDK/Support/Optional/ShareSDKExtension.framework'
        sp.libraries = 'icucore', 'z', 'stdc++'
        sp.resources = 'ShareSDK/Support/Required/ShareSDK.bundle'
end

sp.vendored_frameworks应加上'ShareSDK/ShareSDK.framework'

JinghuangLiu commented 7 years ago

感谢反馈 下一版本会加上

发自我的 iPhone

在 2016年10月17日,上午11:20,WzxJiang notifications@github.com 写道:

s.subspec 'ShareSDK' do |sp| sp.vendored_frameworks = 'ShareSDK/Support/Required/ShareSDKConnector.framework', 'ShareSDK/Support/Optional/ShareSDKExtension.framework' sp.libraries = 'icucore', 'z', 'stdc++' sp.resources = 'ShareSDK/Support/Required/ShareSDK.bundle' end sp.vendored_frameworks应加上'ShareSDK/ShareSDK.framework'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.