Open millibeckers opened 3 years ago
yeap I have seen this before. I am going to transfer it to xcodeproj gem as its for that.
@dnkoutso the deterministic UUID algo always seemed unstable - did you take a look at my alternative? https://github.com/igor-makarov/censorius
🌈
Report
I have been attempting to convert a fairly complicated project structure into using CocoaPods. So far it hasn't been working, but along the way, one of the configurations I had for the project resulted in the
pod install
command printing a 619.7 MB warning.What did you do?
Ran
pod install
. Had to pipe to a file in order to view the full log.What did you expect to happen?
pod install
prints a more concise warning when printing context for the[!] [Xcodeproj] Generated duplicate UUIDs:
warning.What happened instead?
pod install
printed over 600MB of warnings. The beginning of the output is as follows:It then continues on like what you can see at the end of this excerpt for most of the rest of the log.
This output completely overwhelms my terminal and makes it impossible to see what the original warning was. In addition, the output doesn't seem particularly useful.
CocoaPods Environment
Stack
Installation Source
Plugins
Podfile
The podspec for the skillz pod is as follows:
My project is closed-source so I cannot provide an example.
To be clear, I'm not bothered by the presence of the warning itself and I'm not looking for help fixing my project. My concern is that the warning being printed is absurdly long and most of it is not useful.