Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services
MIT License
249 stars 45 forks source link

Wrong version of Swinject on podspec #81

Closed quangpc-zz closed 1 year ago

quangpc-zz commented 2 years ago

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

glauberl-ciandt commented 2 years ago

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 😅

abouroubi commented 2 years ago

Hope it will be merged soon !

norbert05 commented 1 year ago

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"

glauberl-ciandt commented 1 year ago

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.

abouroubi commented 1 year ago

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

bradfol commented 1 year ago

+1

tkohout commented 1 year ago

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.