-
Notifications
You must be signed in to change notification settings - Fork 458
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
Conversation
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.
Can this be expedited please . This is a such a blocker :( |
Could you try CocoaPods/CocoaPods#12407 (comment) as a workaround? |
I done the following:
|
This worked for me . Your proposed solution (1) |
It works well! thanks |
its working 😎 |
worked! thanks!! 😉😎 |
Thanks ! |
Installed rbenv, then this... Worked for me on M3... thanks! |
IIUC - I think what you were looking for here (allowing minor version bumps of REXML) is now take care of with #948 being merged. |
It worked for me!!! |
It worked for me!!!! |
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.