MobClub / ShareSDK3.x-for-iOS

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

公共库冲突? #29

Closed ElfSundae closed 7 years ago

ElfSundae commented 7 years ago
pod 'SMSSDK'
pod 'ShareSDK3'
-> Installing MOBFoundation (2.2.11)
  > Copying MOBFoundation from `/Users/ElfSundae/Library/Caches/CocoaPods/Pods/Release/MOBFoundation/2.2.11-170a1`
  to `Pods/MOBFoundation`

-> Using MOBFoundation_IDFA (2.2.11)

-> Using SMSSDK (2.1.1)

-> Installing ShareSDK3 (3.5.4)
  > Copying ShareSDK3 from `/Users/ElfSundae/Library/Caches/CocoaPods/Pods/Release/ShareSDK3/3.5.4-80e42` to
  `Pods/ShareSDK3`
  - Running pre install hooks
[!] The 'Pods-sheku' target has frameworks with conflicting names: mobfoundation.framework and mobfoundationex.framework.
JinghuangLiu commented 7 years ago

感谢反馈。我们在讨论解决了,稍等下,可以用旧版短信或ShareSDK临时解决。

发自我的 iPhone

在 2016年12月21日,下午3:58,Elf Sundae notifications@github.com 写道:

pod 'SMSSDK' pod 'ShareSDK3' -> Installing MOBFoundation (2.2.11)

Copying MOBFoundation from /Users/ElfSundae/Library/Caches/CocoaPods/Pods/Release/MOBFoundation/2.2.11-170a1 to Pods/MOBFoundation

-> Using MOBFoundation_IDFA (2.2.11)

-> Using SMSSDK (2.1.1)

-> Installing ShareSDK3 (3.5.4)

Copying ShareSDK3 from /Users/ElfSundae/Library/Caches/CocoaPods/Pods/Release/ShareSDK3/3.5.4-80e42 to Pods/ShareSDK3

  • Running pre install hooks [!] The 'Pods-sheku' target has frameworks with conflicting names: mobfoundation.framework and mobfoundationex.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.

ElfSundae commented 7 years ago

好吧

JinghuangLiu commented 7 years ago

开了2个国内的源,只使用ShareSDK的用户,CocoaPods本身的或以下的2个源都适用。如果同时使用了mob.com平台的SMSSDK,一定要用IDFA版本的源。

非IDFA版本的源:https://git.oschina.net/MobClub/ShareSDK-for-iOS.git

IDFA版本的源:https://git.oschina.net/MobClub/ShareSDK-for-iOS-Spec.git

ElfSundae commented 7 years ago

@JinghuangLiu 试了下可以跟 SMSSDK 兼容。 跟这儿的 3.5.6 一样吧,希望尽快发布 podspec。