Carthage ignores specific projects to build and builds everything

Created on 22 Nov 2016  路  2Comments  路  Source: Carthage/Carthage

  • carthage version: 0.18.1
  • xcodebuild -version: Xcode 8.1 Build version 8B62
  • Are you using --no-build? No
  • Are you using --no-use-binaries? No
  • Are you using --use-submodules? No

I was trying to build a single framework which I thought works since the 0.12 release.
But carthage build Apollo --platform iOS builds the iOS schemes for all my dependencies. What am I doing wrong?

question

Most helpful comment

Maybe you mean the library, right? In that case you should pass apollo-ios, not Apollo (the latter may be Xcode project name or built framework name). So this is a duplicate of #1517. Closing.

All 2 comments

Maybe you mean the library, right? In that case you should pass apollo-ios, not Apollo (the latter may be Xcode project name or built framework name). So this is a duplicate of #1517. Closing.

I tried Apollo iOS since that was the scheme name. Now it works like a charm, thanks!

Was this page helpful?
0 / 5 - 0 ratings