what's the purpose of “--no-use-binaries” in carthage
As titled, what's the purpose of "--no-use-binaries" in carthage command line? if missing this, what could happen and what's the benefit to have this? Cristian Erik Ames Masek Sometimes the prebuilt frameworks are corrupted in the dependencies’ project, so you need to build them locally. Also, those prebuilt frameworks don’t support step-by-step debugging, so unless you build them locally, you won’t be able to use this feature with your dependencies. Using --no-use-binaries compiles the projects locally, using your compiler. Executing the update command might occasionally produce an error when