DianQK / TransitionTreasury

Easier way to push your viewController.
https://transitiontreasury.com
MIT License
2.09k stars 157 forks source link

Swift 3 -> Something wrong Here. #39

Closed milanivarni closed 7 years ago

milanivarni commented 7 years ago

Xcode 8.0 Swift 3.0 screen shot 2016-12-23 at 12 03 04 pm

I integrated pods in my project as,

pod 'TransitionTreasury', '~> 3.0.4' pod 'TransitionAnimation'

@DianQK Help me out from this.

DianQK commented 7 years ago

change your version to 4.0.4:

pod 'Transitiontreasury', '~> 4.0'
milanivarni commented 7 years ago

pod 'Transitiontreasury', '~> 4.0' Currently not available. screen shot 2016-12-23 at 12 57 40 pm

DianQK commented 7 years ago

see note:

as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

$ pod repo update
$ pod install
baobao57 commented 7 years ago

I solved the problem. I'm completely uninstalled cocoapods,After reinstalling cocoapods.Run thepod install again, the installation success!
I think this is cocoapods problems caused by the old component.

milanivarni commented 7 years ago

@DianQK Is there Objective-C Support?