Carthage/Carthage

Feature request: make copy-frameworks optionally not strip architectures

Open

#1,810 opened on Mar 3, 2017

View on GitHub
 (4 comments) (13 reactions) (0 assignees)Swift (15,179 stars) (1,544 forks)batch import
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.

Contributor guide