MobClub / ShareSDK-for-iOS

快捷好用的社会化分享组件|Convenient SDK for SNS Share Feature
http://www.mob.com
464 stars 130 forks source link

4.1.1 swift项目使用pods更新到此版本,无法编译通过 #22

Closed wyxy2005 closed 6 years ago

wyxy2005 commented 6 years ago

/Pods/mob_sharesdk/SDK/ShareSDK/ShareSDK.framework/Headers/IMOBFContentEntity.h:9:9: 'MOBFoundation/IMOBFDataModel.h' file not found

wyxy2005 commented 6 years ago

找到原因了,因为指定了源source 'https://github.com/CocoaPods/Specs.git' 导致的

wyxy2005 commented 6 years ago

source 'https://github.com/CocoaPods/Specs.git' 这个源上的版本

wyxy2005 commented 6 years ago

[!] CocoaPods could not find compatible versions for pod "MOBFoundation": In Podfile: MOBFoundation (= 2.2.15)

MOBFoundation (= 3.1.5)
LiuSky commented 5 years ago

Swift 引用那个命名空间 @wyxy2005