Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax required REXML version #944

Closed
wants to merge 1 commit into from
Closed

Conversation

kou
Copy link

@kou kou commented Jun 11, 2024

fix #943

REXML doesn't use the semantic versioning. So ~> 3.2.4 doesn't match for REXML dependency. For example, 3.3.0 doesn't have backward incompatibility.

fix CocoaPods#943

REXML doesn't use the semantic versioning. So `~> 3.2.4` doesn't match
for REXML dependency. For example, 3.3.0 doesn't have backward
incompatibility.
@vipinkashyap
Copy link

Can this be expedited please . This is a such a blocker :(

@kou
Copy link
Author

kou commented Jun 12, 2024

Could you try CocoaPods/CocoaPods#12407 (comment) as a workaround?

@donald-barrett
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

@vipinkashyap
Copy link

Could you try CocoaPods/CocoaPods#12407 (comment) as a workaround?

This worked for me . Your proposed solution (1)

@youngsung-acloset
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

It works well! thanks

@kumarrohitsahu-px
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

its working 😎

@jvs4nt
Copy link

jvs4nt commented Jun 21, 2024

donald

worked! thanks!! 😉😎

@morisgateno-appsflyer
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

Thanks !

@brookshanes
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

Installed rbenv, then this... Worked for me on M3... thanks!

@justinseanmartin
Copy link
Contributor

IIUC - I think what you were looking for here (allowing minor version bumps of REXML) is now take care of with #948 being merged.

@kou kou deleted the rexml-relax branch July 19, 2024 06:37
@seeeop2
Copy link

seeeop2 commented Jul 31, 2024

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

It worked for me!!!
i tried to fix this problems for hours.
you save me.
Thanks:)

@arunkumaryadav87
Copy link

I done the following:

  • Uninstalled cocoapods - sudo gem uninstall cocoapods
  • Uninstalled rexml - sudo gem uninstall rexml
  • Installed cocoapods 1.13.0 - sudo gem install cocoapods -v 1.13.0
  • Uninstalled rexml again
  • Installed rexml 3.2.4 - sudo gem install rexml -v 3.2.4

It worked for me!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pod install fails because of rexml