Carthage/Carthage

Explain how schemes are found in subprojects vs. workspaces

开放

#108 创建于 2014年11月19日

 (14 条评论) (0 个反应) (0 位负责人)Swift (1,544 个派生)batch import
buildenhancementhelp wantedquestion

仓库指标

星标
 (15,179 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This feels like a tricky one. Currently, Quick already builds Nimble. But if you want to manage Nimble separately (which you probably do), there's no way to specify that you should use the version of Nimble.framework from the Nimble repository. Carthage builds Nimble first (I'm assuming because of alphabetical sorting?) then builds Quick, which clobbers the version built by Nimble.

Not sure if this should be opened with Quick as well (their installation instructions say to install them separately). But an "easy" (if heavy-handed) way to resolve this might be to install dependencies in the order that they are listed in the Cartfile.

/cc @modocache

贡献者指南