SwinjectStoryboard icon indicating copy to clipboard operation
SwinjectStoryboard copied to clipboard

SwinjectStoryboard depends on Swinject ~>2.7.1

Open rardias opened this issue 4 years ago • 6 comments

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.

rardias avatar Oct 01 '21 11:10 rardias

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

sskjames avatar Jul 18 '22 09:07 sskjames

Could you try this fix? https://github.com/Swinject/SwinjectStoryboard/pull/175

BarredEwe avatar Aug 26 '22 23:08 BarredEwe

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

sskjames avatar Jul 31 '23 01:07 sskjames

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

sskjames avatar Aug 15 '23 04:08 sskjames

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.

mpdifran avatar Aug 21 '23 14:08 mpdifran

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

kishorepran avatar Mar 22 '24 09:03 kishorepran