SwinjectAutoregistration
SwinjectAutoregistration copied to clipboard
Wrong version of Swinject on podspec
Please fix podspec. Currently it's pointing to Swinject 2.7.1 instead of 2.8.1
Hey @quangpc I just opened a PR that performs this change: https://github.com/Swinject/SwinjectAutoregistration/pull/82
Let's wait for the team review 😅
Hope it will be merged soon !
Hey, I still have this issue. If I put the latest versions into my Podfile:
github "Swinject/Swinject" "2.8.1"
github "Swinject/SwinjectAutoregistration" "2.8.1"
I get this error message:
[!] CocoaPods could not find compatible versions for pod "Swinject":
In Podfile:
Swinject (= 2.8.1)
SwinjectAutoregistration (= 2.8.1) was resolved to 2.8.1, which depends on
Swinject (= 2.7.1)
Is it possible that something is still wrong? :D
The only way for me to get this work is to use github "Swinject/SwinjectAutoregistration" "2.7.0"
Hey, I still have this issue. If I put the latest versions into my Podfile:
github "Swinject/Swinject" "2.8.1" github "Swinject/SwinjectAutoregistration" "2.8.1"
I get this error message:
[!] CocoaPods could not find compatible versions for pod "Swinject": In Podfile: Swinject (= 2.8.1) SwinjectAutoregistration (= 2.8.1) was resolved to 2.8.1, which depends on Swinject (= 2.7.1)
Is it possible that something is still wrong? :D The only way for me to get this work is to use
github "Swinject/SwinjectAutoregistration" "2.7.0"
@norbert05 use master
branch to perform your tests. Although the fix had been merged it is yet to be released.
Is this project abandoned ? It's been more than a year, and the no release has been made yet...
+1
I have finally found some time to do the release, sorry for the long wait.
If someone would like to help with maintaining the repo I would be happy to invite them to the project.