Carthage/Carthage

Improve documentation around running bootstrap first

Open

#860 aberto em 22 de out. de 2015

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Swift (1.544 forks)batch import
help wanted

Métricas do repositório

Stars
 (15.179 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

My colleagues and I just ran into an issue where we didn't realised that bootstrap must be run before Carthage will build the dependencies correctly.

When running build on a project that contained the full source in the Checkouts folder, ReactiveCocoa complained about not being able to import Result, one of the dependencies, and the project failed to build.

When we realised we might need to use bootstrap, the project build successfully. It'd be great to improve the documentation around this.

Guia do colaborador