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

Missing spec repos on Podfile.lock #748

Closed
fnxpt opened this issue Aug 10, 2023 · 2 comments · Fixed by #749
Closed

Missing spec repos on Podfile.lock #748

fnxpt opened this issue Aug 10, 2023 · 2 comments · Fixed by #749

Comments

@fnxpt
Copy link
Contributor

fnxpt commented Aug 10, 2023

When updating a Podfile.lock by doing a pod install, sometimes spec repos lose some information.
After poking around I noticed that the issue is on generate_spec_repos on lockfile.rb.
In this function spec_repos are mapped into an Hash, but if the key already exists only the last content is kept.
I'm going to create a PR with the fix, probably not the best ruby code since I don't actively developed in ruby anymore

This can also happen if you have multiple repos with different names but with same url link

@fnxpt
Copy link
Contributor Author

fnxpt commented Dec 19, 2023

Hey guys this PR is already approved for almost 1 month... just wanted to understand whats the next step

@fnxpt
Copy link
Contributor Author

fnxpt commented Jan 8, 2024

@amorde, do you know when this will be released?

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 a pull request may close this issue.

1 participant