Jacek Suliga
Jacek Suliga
Closing, have not experienced such issues in a while now.
+1, that would be a nice feature
We have `deterministic_uuids` disabled. The logic in the PR seems to be kicking off for that case. When enabling `deterministic_uuids` I cannot reproduce this issue. We're referencing the `project` from...
@sebastianv1 any updates? I'll be happy to provide more context as needed. Thank you!
I just verified and I see the issue persisted in Cocoapods 1.7.0 beta 3, but I do not see it reproduce in version 1.7.0.rc.1 and later. So whatever it was...
Spoke too soon. At a different commit # for our project, 1.7.1 still is broken the same way. I will spend more time trying to reproduce with a test project.
@sebastianv1 Here's how I hope you can reproduce the issue using your large project. Just add this to your `post_install` loop hook: ```ruby installer.generated_projects.each do |proj| xcconfigsPath = "../../../build/buildSettings/xcconfigs" common_ref...
Any updates? @dnkoutso @sebastianv1 Thank you
@sebastianv1 I've spent some more time debugging this and this is what I've found - at least this is my understanding based on my limited familiarity with Ruby. TL;DR the...