393385724 / DDSocial

A share auth wheels based on the official library content wecaht sina tencent facebook twitter google MI Line
MIT License
6 stars 5 forks source link

请问 TwitterKit 为何不用 2.0.2 版? #4

Closed CocoaBob closed 7 years ago

CocoaBob commented 8 years ago

Fabric 套件一直提示说有新版本,需要升级。

CocoaBob commented 8 years ago

在我的 fork 里,我把 Twitter 的 dependency 改成 2.0.2 最新版了,使用下来没有问题。

393385724 commented 8 years ago

我把 Twitter 的 dependency 改成 2.0.2 pod intall 出错提示找不到依赖的库,是由于网络问题?

CocoaBob commented 8 years ago

要不删掉Podfile.lock后再试试?你在墙内还是墙外? 目前官方最新版确实是2.0.2,请看这里 TwitterKit 刚试了一下我的项目,安装没有问题,Terminal 里的 log 如下

pod install
Updating local specs repositories

CocoaPods 1.0.0.beta.8 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Pre-downloading: `DDSocial` from `git://github.com/CocoaBob/DDSocial`, commit `c96140ba9bf3aba7102c32a18ea37de5d810b258`
Fetching podspec for `FlagKit` from `https://raw.githubusercontent.com/CocoaBob/FlagKit/master/FlagKit-ObjC.podspec`
Pre-downloading: `PFCarouselView` from `git://github.com/CocoaBob/PFCarouselView`, commit `880826c7f361c3065ca23a4696a4d19d7e1da6d3`
Fetching podspec for `PageMenu` from `https://raw.githubusercontent.com/CocoaBob/PageMenu/master/PageMenu-ObjC.podspec`
Pre-downloading: `SMCalloutView` from `git://github.com/CocoaBob/calloutview`, commit `bad0864b06019d764519dab9a53409de889c87fc`
Pre-downloading: `libWeChatSDK` from `git://github.com/CocoaBob/libWeChatSDK`, commit `bb4387498ef2974189e8270928f62a1cd3a8ef62`
Downloading dependencies
Installing 1PasswordExtension (1.8)
Installing AFNetworking (2.6.3)
Installing ActionSheetPicker-3.0 (2.0.5)
Installing Base64nl (1.2)
Installing Bolts (1.7.0)
Installing CCHMapClusterController (1.7.0)
Installing CHTCollectionViewWaterfallLayout (0.9.4)
Installing Crashlytics (3.7.0)
Installing DACircularProgress (2.3.1)
Installing DDSocial (1.1.0)
Installing EAIntroView (2.8.3)
Installing EARestrictedScrollView (1.1.0)
Installing FBSDKCoreKit (4.11.0)
Installing FBSDKLoginKit (4.10.1)
Installing FBSDKShareKit (4.10.1)
Installing FCUUID (1.2.0)
Installing Fabric (1.6.7)
Installing FlagKit (1.0.7)
Installing Google (2.0.4)
Installing GoogleAppUtilities (1.1.0)
Installing GoogleAuthUtilities (2.0.0)
Installing GoogleInterchangeUtilities (1.2.0)
Installing GoogleNetworkingUtilities (1.2.0)
Installing GoogleSignIn (3.0.0)
Installing GoogleSymbolUtilities (1.1.0)
Installing GoogleUtilities (1.3.0)
Installing IDMPhotoBrowser (1.8.4)
Installing MBProgressHUD (0.9.2)
Installing MJRefresh (3.1.0)
Installing MXParallaxHeader (0.5.0)
Installing MagicalRecord (2.3.2)
Installing NYSegmentedControl (1.0.7)
Installing PFCarouselView (0.7.0)
Installing PageMenu (1.2.9)
Installing SCLAlertView-Objective-C (1.0.2)
Installing SDWebImage (3.7.5)
Installing SMCalloutView (2.1.5)
Installing SVWebViewController (1.0)
Installing TwitterCore (2.0.2)
Installing TwitterKit (2.0.2)
Installing UICKeyChainStore (2.1.0)
Installing UIColor-HexRGB (1.0.1)
Installing UIImage-ResizeMagick (0.0.1)
Installing UIView+Shake (1.1.5)
Installing WTStatusBar (0.0.5)
Installing WeiboSDK (3.1.3)
Installing ZoomInteractiveTransition (0.4.0)
Installing libWeChatSDK (1.6.2)
Installing pop (1.0.9)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 38 dependencies from the Podfile and 49 total pods installed.
393385724 commented 8 years ago

我翻墙试试吧,1.15.3也可以 只要上了2.0就完蛋

393385724 commented 8 years ago

问你一个keychain的问题 ,我在调试模式下往keychain存shu'j数据会一直错误,发布出去的就没问题,你有遇到么?

CocoaBob commented 8 years ago

我用了pod "UICKeyChainStore"来读写keychain,没有遇到问题,无论是debug模式还是release模式。