Closed baobao57 closed 7 years ago
Hi I have updated for Swift 3 just now.
You can see tag 4.0.0
The current version of my cocoapods v1.1.1, but 'TransitionTreasury' i can only update to v3.1.0
$ pod 'Transitiontreasury', '~> 4.0'
Please see this note:
as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default
But my problem is that this causes:
pod 'Transitiontreasury', '~> 4.0'
when i use like this code:
pod 'Transitiontreasury'
I found only update to v3.1.0.
I believe that not only I happen this problem,your answer will not solve the problem.
need answer for this
i got the answer. clean your pod repo with pod repo remove master pod setup
then type pod 'TransitionTreasury', '~> 4.0.0' to your pod file and pod install should be ok.
i ve done wtih it
Excuse me, you recently have plan support swift 3?