When Scenarios is built as part of an application, Carthage was selecting the workspace instead of the project file when building the framework. From what I could tell that meant transitive dependencies were being linked against the built products from the workspace, rather than Carthage's binaries. I believe this was causing some installation problems, or at least just slowing down Carthage builds.
When Scenarios is built as part of an application, Carthage was selecting the workspace instead of the project file when building the framework. From what I could tell that meant transitive dependencies were being linked against the built products from the workspace, rather than Carthage's binaries. I believe this was causing some installation problems, or at least just slowing down Carthage builds.