Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

How to install by pod for swift3 ?? #39

Closed
HirotoIchinose opened this issue Sep 19, 2016 · 9 comments
Closed

How to install by pod for swift3 ?? #39

HirotoIchinose opened this issue Sep 19, 2016 · 9 comments

Comments

@HirotoIchinose
Copy link

I cannot install SwiftGif for swift3.

My Podfile is ..

pod 'SwiftGifOrigin', '~> 1.6'

But I get the following error.

Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `SwiftGifOrigin (~> 1.6)` required by `Podfile`
- `SwiftGifOrigin (~> 1.6)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `SwiftGifOrigin (~> 1.6)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

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

I run pod repo update, but I get the same error again.

How can I use SwiftGif??

@LamourBt
Copy link

LamourBt commented Sep 29, 2016

I have also run into this issue, the way i fixed it was to remove the version .1.6, since it failed all the requirement, so 1.5.3 is the way to go . Then do a pod install then a pod update

screen shot 2016-09-29 at 5 42 20 am

@jvk75
Copy link

jvk75 commented Oct 1, 2016

Swithcing to 1.5.3 is not a real solution as it is not Swift3. 1.5.3 cannot be build in Xcode8.
Only real solution is wait so that pod autoupdate picks in or the author issues force update.
1.6 is not visible in cocopods

@bahlo
Copy link
Member

bahlo commented Oct 1, 2016

Hey guys, sorry for the trouble. Will look into it asap 👍

@HarrisCarney
Copy link

@bahlo looks like this can be fixed by changing the folder "SwiftGifCommon" to "SwiftGifOrigin".

@matti777
Copy link

Hi, a Swift3 -compatible pod release coming out soonish?

@bahlo
Copy link
Member

bahlo commented Oct 11, 2016

I'm so sorry guys, I'm drowning in work, will try and fix it this week. 💪

@Drenadan
Copy link

Drenadan commented Oct 23, 2016

Hey, @bahlo should we wait for a fix for Swift 3 in the near future?

@bahlo
Copy link
Member

bahlo commented Oct 23, 2016

Closed via v1.6.1, thank you all for waiting.

BTW: If anyone is interested in becoming a maintainer of SwiftGif, please let me know - I barely find time as you may have noticed

@bahlo bahlo closed this as completed Oct 23, 2016
@Drenadan
Copy link

@bahlo Thank You ! now it works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

7 participants