Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwinjectStoryboard depends on Swinject ~>2.7.1 #169

Open
rardias opened this issue Oct 1, 2021 · 6 comments · May be fixed by #184
Open

SwinjectStoryboard depends on Swinject ~>2.7.1 #169

rardias opened this issue Oct 1, 2021 · 6 comments · May be fixed by #184

Comments

@rardias
Copy link

rardias commented Oct 1, 2021

Hello.
I'm currently trying to update Swinject and SwinjectStoryboard on a specific project, using CocoaPods. In this project, it is required that all dependencies versions are explicitly specified on the Podfile, instead of using the latest stable available at the time.

# Dependency Injection
pod 'Swinject', '2.8.0'
pod 'SwinjectStoryboard', '2.2.2'

However, with pod install I get the following error

SwinjectStoryboard (~> 2.2.1) was resolved to 2.2.2, which depends on
      Swinject (~> 2.7.1)

I've tried using version 2.2.1, since I don't require the Swift Manager update of release 2.2.2, but the result is the same.

So, my question is, is there any update being prepared so that Swinject dependency will be updated to latest? The update to Swinject 2.8.0 version is desirable since it updates compatibility to Xcode 12.5 and Swift 5.4.

Any further information require, please just ask.
Thanks in advance.

@sskjames
Copy link

Any update on this issue?
This has been blocking us from using the latest Swinject version.

@BarredEwe
Copy link
Contributor

Could you try this fix?
#175

@sskjames
Copy link

Could someone from Swinject team merge @BarredEwe's PR?

@sskjames
Copy link

Hi @mpdifran, thank you for merging @BarredEwe's PR.
Appreciate if you could bump the version and make it available.

@mpdifran
Copy link
Member

I've created the new version and released it for Carthage, but I'm having some trouble getting the Cocoapods release out. I don't have time to dig into it now, but I'll try and take a look later this week.

@kishorepran
Copy link

Hi @mpdifran : do you face the same issue still...? I guess the same issue with the last release on swinject.

@sdretu sdretu linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants