carthage version: 0.18.1xcodebuild -version: Xcode 8.1 Build version 8B62--no-build? No--no-use-binaries? No--use-submodules? NoI 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?
github "apollostack/apollo-ios"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!
Most helpful comment
github "apollostack/apollo-ios"Maybe you mean the library, right? In that case you should pass
apollo-ios, notApollo(the latter may be Xcode project name or built framework name). So this is a duplicate of #1517. Closing.