You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it is not possible to use SwinjectStoryboard and SwinjectPropertyLoader in one project through CocoaPods, because the projects depend on a different version of Swinject.
Is this project still maintained and could this be easily fixed?
As a reference, the CocoaPods error:
[!] CocoaPods could not find compatible versions for pod "Swinject":
In snapshot (Podfile.lock):
Swinject (= 2.5.0, ~> 2.4)
In Podfile:
Swinject (= 2.5.0)
SwinjectPropertyLoader (= 1.0.0) was resolved to 1.0.0, which depends on
Swinject (~> 2.0.0)
Specs satisfying the `Swinject (= 2.5.0), Swinject (= 2.5.0, > 2.4), Swinject (> 2.0.0)` dependency were found, but they required a higher minimum deployment target.
The text was updated successfully, but these errors were encountered:
@yoichitgy , @jakubvano , @gasthana0 , is the library still supported? We need to plan if we can go with Swinject or Typhoon, but we will need PropertyLoader.
At the moment it is not possible to use SwinjectStoryboard and SwinjectPropertyLoader in one project through CocoaPods, because the projects depend on a different version of Swinject.
Is this project still maintained and could this be easily fixed?
As a reference, the CocoaPods error:
The text was updated successfully, but these errors were encountered: