Because the repository doesn't contain a .xcodeproj, Carthage is unable to build the framework, failing silently.
Output when running carthage update --platform iOS --no-use-binaries with a clean workspace:
*** Cloning Then
*** Checking out Then at "2.2.0"
*** xcodebuild output can be found in /var/folders/s0/tjb6sjmd3914dzy5mncptr700000gn/T/carthage-xcodebuild.3bko6H.log
The building step is missing from the log. After the last line, there should be another one with the following:
*** Building scheme "Then" in Then.xcodeproj
I've reproduced this with Carthage 0.25 and 0.24.
Because the repository doesn't contain a
.xcodeproj, Carthage is unable to build the framework, failing silently.Output when running
carthage update --platform iOS --no-use-binarieswith a clean workspace:The building step is missing from the log. After the last line, there should be another one with the following:
*** Building scheme "Then" in Then.xcodeprojI've reproduced this with Carthage 0.25 and 0.24.