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

Revert 1.15.0 regression #12229

Merged
merged 4 commits into from Feb 6, 2024
Merged

Revert 1.15.0 regression #12229

merged 4 commits into from Feb 6, 2024

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Jan 30, 2024

Fix #12226

It reverts #12154 and two follow on PRs. I'm fine to discard this PR if someone comes up with a fix forward solution.

Confirms it fixes this Podfile that broke in 1.15.0:

platform :ios, '11.0'

source 'https://cdn.cocoapods.org/'

target 'SymbolCollisionTest' do
  use_frameworks!
    pod 'GoogleAuthUtilities'
end

@LeoAnt02
Copy link

Are we ready to merge this ?


files_by_dir.each do |dir, files_to_copy|
FileUtils.mkdir_p(dir)
FileUtils.cp_r(files_to_copy, dir)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the issue is that when this line copies a link and the link points to already existing file then it trow the error. cc @dnkoutso

@paulb777
Copy link
Member Author

paulb777 commented Feb 5, 2024

Closing in favor of #12253

@paulb777 paulb777 closed this Feb 5, 2024
@paulb777 paulb777 deleted the revert-1-15-regresssion branch February 5, 2024 15:48
@amorde amorde restored the revert-1-15-regresssion branch February 6, 2024 17:51
@amorde amorde reopened this Feb 6, 2024
@amorde amorde changed the base branch from master to 1-15-stable February 6, 2024 17:51
@amorde amorde merged commit 6469cf8 into 1-15-stable Feb 6, 2024
5 of 6 checks passed
@amorde amorde deleted the revert-1-15-regresssion branch February 6, 2024 18:06
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.

New error when installing pods in 1.15: File exists @ syserr_fail2_in
4 participants