Carthage/Carthage
View on GitHubFeature request: make copy-frameworks optionally not strip architectures
Open
#1,810 opened on Mar 3, 2017
enhancementhelp wanted
Description
In any project with several Carthage dependencies, calling /usr/local/bin/carthage copy-frameworks starts becoming a very large part of the compilation time. AFAIK most of that time is due to stripping architectures.
However, I just realized that if we made that optional, we could make it only do that when archiving for submission, and in that way make iteration times much lower.