SwinjectAutoregistration icon indicating copy to clipboard operation
SwinjectAutoregistration copied to clipboard

Wrong version of Swinject on podspec

Open quangpc-zz opened this issue 3 years ago • 4 comments

Please fix podspec. Currently it's pointing to Swinject 2.7.1 instead of 2.8.1

quangpc-zz avatar Oct 10 '21 14:10 quangpc-zz

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 😅

glauberl-ciandt avatar Oct 18 '21 14:10 glauberl-ciandt

Hope it will be merged soon !

abouroubi avatar Oct 21 '21 14:10 abouroubi

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 avatar Jul 14 '22 09:07 norbert05

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.

glauberl-ciandt avatar Aug 01 '22 14:08 glauberl-ciandt

Is this project abandoned ? It's been more than a year, and the no release has been made yet...

abouroubi avatar Oct 20 '22 11:10 abouroubi

+1

bradfol avatar Nov 23 '22 23:11 bradfol

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.

tkohout avatar Feb 06 '23 16:02 tkohout