Swinject / SwinjectStoryboard

Swinject extension for automatic dependency injection via Storyboard
MIT License
268 stars 141 forks source link

SwinjectStoryboard depends on Swinject ~>2.7.1 #169

Open rardias opened 2 years ago

rardias commented 2 years ago

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 commented 2 years ago

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

BarredEwe commented 1 year ago

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

sskjames commented 1 year ago

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

sskjames commented 1 year ago

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

mpdifran commented 1 year ago

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 commented 5 months ago

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